chore: Add pgvector back to mandatory dependencies

pgvector is imported directly in PGVector adapter therefore it needs to be installed with mandatory dependencies

Chore #COG-170
This commit is contained in:
Igor Ilic 2024-10-22 12:51:26 +02:00
parent 8002db72c3
commit dbc86e284a
2 changed files with 2 additions and 2 deletions

2
poetry.lock generated
View file

@ -7765,4 +7765,4 @@ weaviate = ["weaviate-client"]
[metadata]
lock-version = "2.0"
python-versions = ">=3.9.0,<3.12"
content-hash = "34f873038262904af283d31d4c3c68fd535ca7b36c6837fc97c0d1cc31cf89cb"
content-hash = "4daa7346dc90750bb6b82ef353f321da2370b60515396d2e1390a3f35510ce55"

View file

@ -70,6 +70,7 @@ sentry-sdk = {extras = ["fastapi"], version = "^2.9.0"}
fastapi-users = { version = "*", extras = ["sqlalchemy"] }
asyncpg = "^0.29.0"
alembic = "^1.13.3"
pgvector = "^0.3.5"
[tool.poetry.extras]
filesystem = ["s3fs", "botocore"]
@ -107,7 +108,6 @@ optional = true
[tool.poetry.group.postgres.dependencies]
psycopg2 = "^2.9.10"
pgvector = "^0.3.5"
[tool.ruff] # https://beta.ruff.rs/docs/
line-length = 100