Metadata-Version: 2.2
Name: llm-pgvector
Version: 0.1.0
Summary: PostgreSQL pgvector storage backend for LLM
Author: Tim Ren
License: Apache-2.0
Project-URL: Homepage, https://github.com/xr843/llm-pgvector
Project-URL: Issues, https://github.com/xr843/llm-pgvector/issues
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Database
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.9
License-File: LICENSE
Requires-Dist: llm
Requires-Dist: psycopg[binary,pool]>=3.1
Requires-Dist: pgvector>=0.4.0
Requires-Dist: numpy
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
