fix: pyproject.toml

This commit is contained in:
Marco Vinciguerra 2024-10-08 15:16:35 +02:00
parent a447aeae2a
commit 3b27c5e88c

View File

@ -31,8 +31,8 @@ dependencies = [
"google>=3.0.0",
"langchain-ollama>=0.1.3",
"simpleeval>=1.0.0",
"semchunk==2.2.0",
"transformers==4.44.2",
"semchunk>=2.2.0",
"transformers>=4.44.2",
"qdrant-client>=1.11.3",
"fastembed>=0.3.6"
]