Metadata-Version: 2.1
Name: llama-index-llms-you
Version: 0.3.0
Summary: llama-index LLM integration with You.com's conversational Smart and Research APIs
License: MIT
Author: You-OpenSource
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: llama-index-core (>=0.12.0,<0.13.0)
Requires-Dist: sseclient-py (>=1.8.0,<2.0.0)
Description-Content-Type: text/markdown

# LlamaIndex Llms Integration: You

Integration with [You.com's conversational Smart and Research APIs](https://documentation.you.com/api-reference/).

Each API endpoint is designed to generate conversational
responses to a variety of query types, including inline citations
and web results when relevant.

Smart Mode:

- Quick, reliable answers for a variety of questions
- Cites the entire web page URL

Research Mode:

- In-depth answers with extensive citations for a variety of questions
- Cites the specific web page snippet relevant to the claim

To connect to the You.com api requires an API key which
you can get at https://api.you.com.

For more information, check out the documentations at
https://documentation.you.com/api-reference/.

