Spaces:
Runtime error
Runtime error
init
Browse files- requirements.txt +10 -1
requirements.txt
CHANGED
|
@@ -1 +1,10 @@
|
|
| 1 |
-
huggingface_hub==0.22.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
huggingface_hub==0.22.2
|
| 2 |
+
langchain
|
| 3 |
+
gradio
|
| 4 |
+
langchain_community
|
| 5 |
+
ctransformers
|
| 6 |
+
chromadb
|
| 7 |
+
sentence_transformers
|
| 8 |
+
beautifulsoup4
|
| 9 |
+
tiktoken
|
| 10 |
+
jq
|