Metadata-Version: 2.4
Name: helix-rag
Version: 0.1.1
Summary: Helix: Temporal GraphRAG combining LightRAG and Graphiti for time-aware knowledge graphs
Author-email: Yash Nuhash <nuhashyash@example.com>
License: MIT
Project-URL: Homepage, https://github.com/YashNuhash/Helix
Project-URL: Documentation, https://github.com/YashNuhash/Helix#readme
Project-URL: Repository, https://github.com/YashNuhash/Helix
Project-URL: Bug Tracker, https://github.com/YashNuhash/Helix/issues
Keywords: rag,graphrag,temporal,knowledge-graph,llm,ai
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: lightrag-hku>=0.2.0
Requires-Dist: graphiti-core>=0.5.0
Requires-Dist: python-dotenv>=1.0.0
Requires-Dist: pydantic>=2.0.0
Requires-Dist: neo4j>=5.0.0
Requires-Dist: aiohttp>=3.9.0
Requires-Dist: asyncio-throttle>=1.0.0
Provides-Extra: supabase
Requires-Dist: supabase>=2.0.0; extra == "supabase"
Provides-Extra: eval
Requires-Dist: datasets>=2.14.0; extra == "eval"
Requires-Dist: pandas>=2.0.0; extra == "eval"
Requires-Dist: scikit-learn>=1.3.0; extra == "eval"
Requires-Dist: tqdm>=4.66.0; extra == "eval"
Provides-Extra: dev
Requires-Dist: pytest>=8.0.0; extra == "dev"
Requires-Dist: pytest-asyncio>=0.23.0; extra == "dev"
Requires-Dist: ruff>=0.3.0; extra == "dev"
Requires-Dist: mypy>=1.0.0; extra == "dev"
Provides-Extra: all
Requires-Dist: helix-rag[dev,eval,supabase]; extra == "all"
