Metadata-Version: 2.4
Name: llama-index-llms-you
Version: 0.5.0
Summary: llama-index LLM integration with You.com's conversational Smart and Research APIs
Author: You-OpenSource
License-Expression: MIT
License-File: LICENSE
Requires-Python: <4.0,>=3.10
Requires-Dist: llama-index-core<0.15,>=0.13.0
Requires-Dist: sseclient-py<2,>=1.8.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/.
