Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +6 -1
requirements.txt
CHANGED
@@ -5,4 +5,9 @@ streamlit==1.18.1
|
|
5 |
faiss-cpu==1.7.4
|
6 |
streamlit-extras
|
7 |
openai
|
8 |
-
tiktoken
|
|
|
|
|
|
|
|
|
|
|
|
5 |
faiss-cpu==1.7.4
|
6 |
streamlit-extras
|
7 |
openai
|
8 |
+
tiktoken
|
9 |
+
huggingface_hub
|
10 |
+
chromadb
|
11 |
+
langchain
|
12 |
+
unstructured
|
13 |
+
unstructured[local-inference]
|