Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
CHANGED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio==4.14
|
2 |
+
sentence-transformers
|
3 |
+
langchain==0.1.3
|
4 |
+
llama-hub
|
5 |
+
chromadb
|
6 |
+
huggingface_hub
|
7 |
+
llama_cpp_python==0.1.83
|