Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +11 -1
requirements.txt
CHANGED
@@ -1 +1,11 @@
|
|
1 |
-
huggingface_hub==0.22.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
huggingface_hub==0.22.2
|
2 |
+
langchain==0.0.208
|
3 |
+
langchain-community==0.0.7
|
4 |
+
gradio==3.41.2
|
5 |
+
datasets==2.15.1
|
6 |
+
pandas==2.1.1
|
7 |
+
sentence-transformers==2.2.2
|
8 |
+
chromadb==0.4.2
|
9 |
+
nltk==3.8.1
|
10 |
+
ollama==0.0.2
|
11 |
+
langchain-huggingface==0.0.4
|