Update poetry lock (#1209)

* Update the version of llama_index used to fix transient openai errors

* Update poetry.lock file

* Make `local` mode the default mode by default
This commit is contained in:
lopagela 2023-11-11 22:44:19 +01:00 committed by GitHub
parent a22969ad1f
commit a579c9bdc5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 313 additions and 268 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.47"
llama-index = "0.8.67"
chromadb = "^0.4.13"
watchdog = "^3.0.0"
@ -138,4 +138,4 @@ asyncio_mode = "auto"
testpaths = ["tests"]
addopts = [
"--import-mode=importlib",
]
]