Metadata-Version: 2.4
Name: graph-rag-example-helpers
Version: 0.8.0
Summary: Helpers for Graph RAG / Graph Retriever examples.
Project-URL: Homepage, https://datastax.github.io/graph-rag
Project-URL: GitHub, https://github.com/datastax/graph-rag
Project-URL: Bug Reports, https://github.com/datastax/graph-rag/issues
License-Expression: Apache-2.0
License-File: LICENSE
Keywords: RAG,graph RAG
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Requires-Dist: astrapy>=1.5.2
Requires-Dist: backoff>=2.2.1
Requires-Dist: graph-retriever
Requires-Dist: griffe>=1.5.7
Requires-Dist: httpx>=0.28.1
Requires-Dist: langchain-core>=0.3.29
Requires-Dist: python-dotenv>=1.0.1
Requires-Dist: requests>=2.32.3
Requires-Dist: simsimd>=6.2.1
Requires-Dist: tqdm>=4.67.1
Description-Content-Type: text/markdown

Helpers for examples using `graph-retriever` and `langchain-graph-retriever`.