had to add one and update some packages in order not to crash

This commit is contained in:
Robert Hirsch 2024-06-06 21:13:08 +02:00
parent def2b7f71f
commit b044327ae9
No known key found for this signature in database
GPG key ID: A9D9D1205DBED12C
2 changed files with 2523 additions and 2466 deletions

4980
poetry.lock generated

File diff suppressed because it is too large Load diff

View file

@ -15,6 +15,7 @@ watchdog = "^4.0.0"
transformers = "^4.38.2"
docx2txt = "^0.8"
cryptography = "^3.1"
sentencepiece = "^0.2.0"
# LlamaIndex core libs
llama-index-core = "^0.10.14"
llama-index-readers-file = "^0.1.6"
@ -25,7 +26,7 @@ llama-index-llms-openai-like = {version ="^0.1.3", optional = true}
llama-index-llms-ollama = {version ="^0.1.2", optional = true}
llama-index-llms-azure-openai = {version ="^0.1.5", optional = true}
llama-index-embeddings-ollama = {version ="^0.1.2", optional = true}
llama-index-embeddings-huggingface = {version ="^0.1.4", optional = true}
llama-index-embeddings-huggingface = {version ="^0.2.0", optional = true}
llama-index-embeddings-openai = {version ="^0.1.6", optional = true}
llama-index-embeddings-azure-openai = {version ="^0.1.6", optional = true}
llama-index-vector-stores-qdrant = {version ="^0.1.3", optional = true}
@ -42,7 +43,7 @@ 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}
sentence-transformers = {version ="^2.7.0", optional = true}
# Optional UI
gradio = {version ="^4.19.2", optional = true}