Browse Source
examples: updated requirements.txt for privategpt example
mxyng/environ-2
dcasota
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
2 deletions
-
examples/langchain-python-rag-privategpt/requirements.txt
|
|
|
@ -1,6 +1,6 @@ |
|
|
|
langchain==0.0.274 |
|
|
|
gpt4all==1.0.8 |
|
|
|
chromadb==0.4.7 |
|
|
|
chromadb==0.5.0 |
|
|
|
llama-cpp-python==0.1.81 |
|
|
|
urllib3==2.0.4 |
|
|
|
PyMuPDF==1.23.5 |
|
|
|
@ -12,4 +12,4 @@ pandoc==2.3 |
|
|
|
pypandoc==1.11 |
|
|
|
tqdm==4.66.1 |
|
|
|
sentence_transformers==2.2.2 |
|
|
|
numpy>=1.22.2 # not directly required, pinned by Snyk to avoid a vulnerability |
|
|
|
numpy>=1.22.2 # not directly required, pinned by Snyk to avoid a vulnerability |
|
|
|
|