Metadata-Version: 2.1
Name: ragstack-ai-llamaindex
Version: 1.0.4
Summary: DataStax RAGStack Llama Index
Home-page: https://github.com/datastax/ragstack-ai
License: BUSL-1.1
Author: DataStax
Requires-Python: >=3.9,<3.12
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Provides-Extra: azure
Provides-Extra: bedrock
Provides-Extra: colbert
Provides-Extra: google
Requires-Dist: astrapy (>=1,<2)
Requires-Dist: cassio (>=0.1.4,<0.2.0)
Requires-Dist: cffi (>=1.16.0,<2.0.0)
Requires-Dist: llama-index (==0.10.31)
Requires-Dist: llama-index-embeddings-azure-openai (==0.1.7) ; extra == "azure"
Requires-Dist: llama-index-embeddings-bedrock (==0.1.4) ; extra == "bedrock"
Requires-Dist: llama-index-embeddings-gemini (==0.1.6) ; extra == "google"
Requires-Dist: llama-index-embeddings-langchain (==0.1.2)
Requires-Dist: llama-index-llms-azure-openai (==0.1.6) ; extra == "azure"
Requires-Dist: llama-index-llms-bedrock (==0.1.7) ; extra == "bedrock"
Requires-Dist: llama-index-llms-gemini (==0.1.7) ; extra == "google"
Requires-Dist: llama-index-llms-vertex (==0.1.5) ; extra == "google"
Requires-Dist: llama-index-multi-modal-llms-gemini (==0.1.5) ; extra == "google"
Requires-Dist: llama-index-vector-stores-astra-db (==0.1.7)
Requires-Dist: llama-index-vector-stores-cassandra (==0.1.3)
Requires-Dist: llama-parse (==0.4.1)
Requires-Dist: ragstack-ai-colbert (==1.0.4) ; extra == "colbert"
Requires-Dist: unstructured (==0.14.2)
Project-URL: Documentation, https://docs.datastax.com/en/ragstack
Project-URL: Repository, https://github.com/datastax/ragstack-ai
Description-Content-Type: text/markdown

# RAGStack LLamaIndex

RAGStack Llama Index package, part of [`ragstack-ai`](https://pypi.org/project/ragstack-ai/).

## Documentation

[DataStax RAGStack Documentation](https://docs.datastax.com/en/ragstack/docs/index.html)

[Quickstart](https://docs.datastax.com/en/ragstack/docs/quickstart.html)

[Examples](https://docs.datastax.com/en/ragstack/docs/examples/index.html)
