mirror of
https://github.com/zylon-ai/private-gpt.git
synced 2025-12-22 07:40:12 +01:00
Use chromadb max_batch_size public attribute
This commit is contained in:
parent
91163a247b
commit
0db5aebf2f
4 changed files with 138 additions and 319 deletions
|
|
@ -10,7 +10,7 @@ readme = "README.md"
|
|||
python = "^3.10"
|
||||
langchain = "^0.0.228"
|
||||
gpt4all = "^1.0.3"
|
||||
chromadb = "^0.3.26"
|
||||
chromadb = "0.4.12"
|
||||
llama-cpp-python = "^0.1.68"
|
||||
urllib3 = "^2.0.3"
|
||||
PyMuPDF = "^1.22.5"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue