mirror of
https://github.com/zylon-ai/private-gpt.git
synced 2025-12-22 10:45:42 +01:00
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:
parent
36f69eed0f
commit
a09cd7a892
3 changed files with 544 additions and 118 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue