Spaces:
Runtime error
Runtime error
test new packages for rag
Browse files- requirements.txt +5 -1
requirements.txt
CHANGED
|
@@ -1,2 +1,6 @@
|
|
| 1 |
streamlit
|
| 2 |
-
huggingface_hub
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
streamlit
|
| 2 |
+
huggingface_hub
|
| 3 |
+
sentence-transformers
|
| 4 |
+
faiss-cpu
|
| 5 |
+
langchain
|
| 6 |
+
tiktoken
|