Metadata-Version: 2.4
Name: graph-retriever
Version: 0.3.0
Summary: Retriever combining unstructured similarity and structured document traversal.
Project-URL: Homepage, https://github.com/datastax/graph-rag
Project-URL: Bug Reports, https://github.com/datastax/graph-rag/issues
Project-URL: Documentation, https://datastax.github.com/graph-rag
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
Description-Content-Type: text/markdown

# Graph Retrievers

Retrievers combining vector (similarity search over unstructured data) and graph
(structured relationships).