Skip to content

Commit

Permalink
[chore] remove qdrant + improve server code
Browse files Browse the repository at this point in the history
  • Loading branch information
yashbonde committed Mar 15, 2024
1 parent 53dfd35 commit 42219c5
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 388 deletions.
353 changes: 0 additions & 353 deletions chainfury/components/qdrant/__init__.py

This file was deleted.

8 changes: 2 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,11 @@ requests = "^2.31.0"
python-dotenv = "1.0.0"
urllib3 = ">=1.26.18"
tabulate = "0.9.0"
"cryptography" = ">=41.0.6"
stability-sdk = { version = "0.8.3", optional = true }
qdrant-client = { version = "1.5.4", optional = true }
cryptography = ">=41.0.6"
boto3 = { version = "1.29.6", optional = true }

[tool.poetry.extras]
all = ["stability-sdk", "qdrant-client", "boto3"]
stability = ["stability-sdk"]
qdrant = ["qdrant-client"]
all = ["boto3"]

[tool.poetry.group.dev.dependencies]
sphinx = "7.2.5"
Expand Down
Loading

0 comments on commit 42219c5

Please sign in to comment.