Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,6 +1,5 @@
|
|
1 |
einops
|
2 |
-
sentence_transformers
|
3 |
-
PyPDF2
|
4 |
openai
|
5 |
huggingface_hub==0.23.4
|
6 |
langchain==0.2.12
|
@@ -8,6 +7,7 @@ streamlit==1.36.0
|
|
8 |
streamlit_extras==0.4.6
|
9 |
langchain-community==0.2.6
|
10 |
python-docx
|
11 |
-
|
|
|
12 |
|
13 |
|
|
|
1 |
einops
|
2 |
+
sentence_transformers
|
|
|
3 |
openai
|
4 |
huggingface_hub==0.23.4
|
5 |
langchain==0.2.12
|
|
|
7 |
streamlit_extras==0.4.6
|
8 |
langchain-community==0.2.6
|
9 |
python-docx
|
10 |
+
langchain_openai
|
11 |
+
pypdf
|
12 |
|
13 |
|