fixed lock file

This commit is contained in:
Nikhil Shrestha 2024-05-04 17:23:41 +05:45
parent 1ea0663a3b
commit 3c56af31cf
2 changed files with 1443 additions and 215 deletions

1655
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -18,7 +18,6 @@ bcrypt = "4.0.1"
python-jose = "^3.3.0"
psycopg2-binary = "^2.9.9"
passlib = "^1.7.4"
docx2txt = "^0.8"
ldap3 = "^2.9.1"
uvicorn = "^0.28.0"
python-doctr = "^0.8.1"
@ -51,14 +50,12 @@ llama-index-vector-stores-postgres = {version ="^0.1.2", optional = true}
llama-index-storage-docstore-postgres = {version ="^0.1.2", optional = true}
llama-index-storage-index-store-postgres = {version ="^0.1.2", optional = true}
# Postgres
psycopg2-binary = {version ="^2.9.9", optional = true}
asyncpg = {version="^0.29.0", optional = true}
# Optional Sagemaker dependency
boto3 = {version ="^1.34.51", optional = true}
# Optional Reranker dependencies
torch = {version ="^2.1.2", optional = true}
sentence-transformers = {version ="^2.6.1", optional = true}
# Optional UI