mirror of
https://github.com/zylon-ai/private-gpt.git
synced 2025-12-22 07:40:12 +01:00
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:
parent
a22969ad1f
commit
a579c9bdc5
14 changed files with 313 additions and 268 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.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",
|
||||
]
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue