Metadata-Version: 2.4
Name: postgres-graph-rag
Version: 0.1.0
Summary: A lean GraphRAG library using Postgres/pgvector as the sole database
Author-email: Hagen <hagen@example.com>
Requires-Python: >=3.10
Requires-Dist: psycopg[binary,pool]>=3.1.18
Requires-Dist: pgvector>=0.2.5
Requires-Dist: openai>=1.12.0
Requires-Dist: google-genai>=0.1.0
Requires-Dist: pandas>=2.2.0
Requires-Dist: pydantic>=2.6.0
Requires-Dist: python-dotenv>=1.0.1
Provides-Extra: test
Requires-Dist: pytest>=8.0.0; extra == "test"
Requires-Dist: pytest-mock>=3.12.0; extra == "test"
Requires-Dist: pytest-asyncio>=0.23.0; extra == "test"
