Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -3,7 +3,7 @@ gradio>=4.0.0
|
|
3 |
langchain>=0.1.0
|
4 |
langchain-core>=0.1.0
|
5 |
langchain-community>=0.0.10
|
6 |
-
langchain-huggingface>=0.0.
|
7 |
|
8 |
# ML and AI
|
9 |
transformers>=4.36.0
|
@@ -12,7 +12,7 @@ accelerate>=0.25.0
|
|
12 |
sentence-transformers>=2.2.2
|
13 |
|
14 |
# Vector Database
|
15 |
-
chromadb>=0.4.
|
16 |
|
17 |
# Utilities
|
18 |
python-dotenv==1.0.0
|
|
|
3 |
langchain>=0.1.0
|
4 |
langchain-core>=0.1.0
|
5 |
langchain-community>=0.0.10
|
6 |
+
langchain-huggingface>=0.0.6
|
7 |
|
8 |
# ML and AI
|
9 |
transformers>=4.36.0
|
|
|
12 |
sentence-transformers>=2.2.2
|
13 |
|
14 |
# Vector Database
|
15 |
+
chromadb>=0.4.22
|
16 |
|
17 |
# Utilities
|
18 |
python-dotenv==1.0.0
|