Skip to content

Commit 3f91652

Browse files
committed
fix(deps): missing postgres vector store dependency in pyproject.toml
1 parent a9111dd commit 3f91652

File tree

2 files changed

+19
-17
lines changed

2 files changed

+19
-17
lines changed

llama-index-integrations/vector_stores/llama-index-vector-store-paradedb/pyproject.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,7 @@ requires-python = ">=3.9,<4.0"
3434
readme = "README.md"
3535
license = "MIT"
3636
dependencies = [
37-
"pgvector>=0.3.6,<1.0.0",
38-
"psycopg2-binary>=2.9.9,<3.0.0",
39-
"asyncpg>=0.29.0,<1.0.0",
40-
"llama-index-core>=0.13.0,<0.15",
41-
"sqlalchemy[asyncio]>=1.4.49,<2.1",
37+
"llama-index-vector-stores-postgres>=0.7.0,<1.0.0",
4238
]
4339

4440
[tool.codespell]

llama-index-integrations/vector_stores/llama-index-vector-store-paradedb/uv.lock

Lines changed: 18 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)