Update requirements.txt
Browse files- requirements.txt +4 -3
requirements.txt
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
langchain
|
2 |
-
openai
|
3 |
unstructured
|
4 |
-
faiss-cpu
|
5 |
sentence-transformers
|
6 |
-
InstructorEmbedding
|
|
|
|
1 |
langchain
|
2 |
+
openai
|
3 |
unstructured
|
4 |
+
faiss-cpu
|
5 |
sentence-transformers
|
6 |
+
InstructorEmbedding
|
7 |
+
tiktoken
|