Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -5,4 +5,6 @@ torch
|
|
5 |
langchain
|
6 |
openai
|
7 |
unstructured
|
8 |
-
unstructured[local-inference]
|
|
|
|
|
|
5 |
langchain
|
6 |
openai
|
7 |
unstructured
|
8 |
+
unstructured[local-inference]
|
9 |
+
tiktoken
|
10 |
+
pinecone-client
|