Spaces:
Sleeping
Sleeping
Commit ·
117147a
1
Parent(s): f19c428
Adds chromaDB requirement.
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -2,4 +2,5 @@ huggingface_hub==0.22.2
|
|
| 2 |
langchain==0.1.12
|
| 3 |
langchain-community==0.0.28
|
| 4 |
langchain-openai==0.0.8
|
| 5 |
-
pymupdf==1.24.4
|
|
|
|
|
|
| 2 |
langchain==0.1.12
|
| 3 |
langchain-community==0.0.28
|
| 4 |
langchain-openai==0.0.8
|
| 5 |
+
pymupdf==1.24.4
|
| 6 |
+
chromadb==0.4.24
|