Use chromadb max_batch_size public attribute

This commit is contained in:
Iván Martínez 2023-09-25 11:42:16 +02:00
parent 91163a247b
commit 0db5aebf2f
4 changed files with 138 additions and 319 deletions

View file

@ -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"