Update requirements.txt
Browse files- requirements.txt +1 -3
requirements.txt
CHANGED
@@ -1,11 +1,9 @@
|
|
1 |
-
langchain==0.0.
|
2 |
openai
|
3 |
unstructured
|
4 |
faiss-cpu==1.7.3
|
5 |
gradio
|
6 |
sentence-transformers
|
7 |
InstructorEmbedding
|
8 |
-
black
|
9 |
-
isort
|
10 |
websockets
|
11 |
pydantic
|
|
|
1 |
+
langchain==0.0.87
|
2 |
openai
|
3 |
unstructured
|
4 |
faiss-cpu==1.7.3
|
5 |
gradio
|
6 |
sentence-transformers
|
7 |
InstructorEmbedding
|
|
|
|
|
8 |
websockets
|
9 |
pydantic
|