Skip to content

Commit

Permalink
Version roll over for qdrant client (#185)
Browse files Browse the repository at this point in the history
Version roll over
  • Loading branch information
gaya3-zipstack authored Mar 26, 2024
1 parent 6f27cc6 commit 3cd1759
Show file tree
Hide file tree
Showing 8 changed files with 51 additions and 51 deletions.
30 changes: 15 additions & 15 deletions backend/pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ dependencies = [
"python-socketio==5.9.0", # For log_events
"social-auth-app-django==5.3.0", # For OAuth
"social-auth-core==4.4.2", # For OAuth
"unstract-sdk~=0.17.0",
"unstract-adapters~=0.7.0",
"unstract-sdk~=0.17.1",
"unstract-adapters~=0.7.1",
# ! IMPORTANT!
# Indirect local dependencies usually need to be added in their own projects
# as: https://pdm-project.org/latest/usage/dependency/#local-dependencies.
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose-dev-essentials.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ services:

qdrant:
# Vector DB for doc indexer
image: 'qdrant/qdrant:v1.7.4'
image: 'qdrant/qdrant:v1.8.3'
container_name: unstract-vector-db
restart: always
ports:
Expand Down
30 changes: 15 additions & 15 deletions pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 14 additions & 14 deletions prompt-service/pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion prompt-service/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies = [
"flask~=3.0",
"llama-index==0.9.28",
"python-dotenv==1.0.0",
"unstract-sdk~=0.17.0",
"unstract-sdk~=0.17.1",
"redis>=5.0.3",
"unstract-core @ file:///${PROJECT_ROOT}/../unstract/core",
]
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ hook-check-django-migrations = [
"psycopg2-binary==2.9.9",
"python-dotenv==1.0.0",
"python-magic==0.4.27",
"unstract-sdk~=0.17.0",
"unstract-adapters~=0.7.0",
"unstract-sdk~=0.17.1",
"unstract-adapters~=0.7.1",
"-e unstract-connectors @ file:///${PROJECT_ROOT}/unstract/connectors",
"-e unstract-core @ file:///${PROJECT_ROOT}/unstract/core",
"-e unstract-flags @ file:///${PROJECT_ROOT}/unstract/flags",
Expand Down
2 changes: 1 addition & 1 deletion unstract/tool-registry/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies = [
"docker~=6.1.3",
"jsonschema~=4.18.2",
"PyYAML~=6.0.1",
"unstract-adapters~=0.7.0",
"unstract-adapters~=0.7.1",
# ! IMPORTANT!
# Local dependencies usually need to be added as:
# https://pdm-project.org/latest/usage/dependency/#local-dependencies
Expand Down

0 comments on commit 3cd1759

Please sign in to comment.