Update llama_index to 0.9.3 (#1278)

* Update llama_index to 0.9.3

Had to change some imports because of breaking change durin the llama_index update to 0.9.0

* Update poetry.lock after update of llama_index
This commit is contained in:
lopagela 2023-11-19 18:49:36 +01:00 committed by GitHub
parent 36f69eed0f
commit a09cd7a892
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 544 additions and 118 deletions

View file

@ -12,7 +12,7 @@ injector = "^0.21.0"
pyyaml = "^6.0.1"
python-multipart = "^0.0.6"
pypdf = "^3.16.2"
llama-index = "0.8.67"
llama-index = { extras = ["local_models"], version = "0.9.3" }
chromadb = "^0.4.13"
watchdog = "^3.0.0"
qdrant-client = {version = "^1.6.9", optional = true}