mirror of
https://github.com/zylon-ai/private-gpt.git
synced 2025-12-22 07:40:12 +01:00
fix: chromadb max batch size (#1087)
This commit is contained in:
parent
b46c1087e2
commit
f5a9bf4e37
5 changed files with 142 additions and 68 deletions
|
|
@ -5,7 +5,7 @@ description = "Private GPT"
|
|||
authors = ["Zylon <hi@zylon.ai>"]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = ">=3.11,<3.13"
|
||||
python = ">=3.11,<3.12"
|
||||
fastapi = { extras = ["all"], version = "^0.103.1" }
|
||||
loguru = "^0.7.2"
|
||||
boto3 = "^1.28.56"
|
||||
|
|
@ -13,7 +13,7 @@ injector = "^0.21.0"
|
|||
pyyaml = "^6.0.1"
|
||||
python-multipart = "^0.0.6"
|
||||
pypdf = "^3.16.2"
|
||||
llama-index = "v0.8.35"
|
||||
llama-index = "0.8.47"
|
||||
chromadb = "^0.4.13"
|
||||
watchdog = "^3.0.0"
|
||||
transformers = "^4.34.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue