Metadata-Version: 2.5
Name: ragfabric
Version: 0.3.1
Summary: RagFabric: self hosted, measurement first RAG platform. Installs the engine, the API and the ragfabric command.
Project-URL: Homepage, https://github.com/ranjan-del/ragfabric
Project-URL: Repository, https://github.com/ranjan-del/ragfabric
Project-URL: Documentation, https://github.com/ranjan-del/ragfabric/tree/main/docs
Project-URL: Changelog, https://github.com/ranjan-del/ragfabric/blob/main/CHANGELOG.md
Project-URL: Issues, https://github.com/ranjan-del/ragfabric/issues
License-Expression: Apache-2.0
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: <3.14,>=3.13
Requires-Dist: ragfabric-core==0.3.1
Requires-Dist: ragfabric-sdk==0.3.1
Requires-Dist: ragfabric-server==0.3.1
Requires-Dist: typer>=0.27
Provides-Extra: anthropic
Requires-Dist: ragfabric-core[anthropic]==0.3.1; extra == 'anthropic'
Provides-Extra: bm25
Requires-Dist: ragfabric-core[bm25]==0.3.1; extra == 'bm25'
Provides-Extra: chroma
Requires-Dist: ragfabric-core[chroma]==0.3.1; extra == 'chroma'
Provides-Extra: openai
Requires-Dist: ragfabric-core[openai]==0.3.1; extra == 'openai'
Provides-Extra: rerank
Requires-Dist: ragfabric-core[rerank]==0.3.1; extra == 'rerank'
Description-Content-Type: text/markdown

# ragfabric

`pip install ragfabric` installs the engine, the HTTP API and the `ragfabric` command. See the repository README.
