Spaces:
Sleeping
Sleeping
Ilyas KHIAT
commited on
Commit
·
4005e4e
1
Parent(s):
5e3ca63
fix bugs
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -6,7 +6,7 @@ numpy
|
|
6 |
scipy
|
7 |
textstat
|
8 |
pymupdf
|
9 |
-
openai
|
10 |
nltk
|
11 |
rake_nltk
|
12 |
python-docx
|
@@ -15,7 +15,7 @@ pandas
|
|
15 |
langchain
|
16 |
langchain-core
|
17 |
langchainhub
|
18 |
-
langchain-openai
|
19 |
langchain-mistralai
|
20 |
faiss-cpu
|
21 |
langchain-community
|
@@ -25,5 +25,5 @@ neo4j
|
|
25 |
streamlit-agraph
|
26 |
st-copy-to-clipboard
|
27 |
clipboard
|
28 |
-
httpx==0.
|
29 |
|
|
|
6 |
scipy
|
7 |
textstat
|
8 |
pymupdf
|
9 |
+
openai==1.57.4
|
10 |
nltk
|
11 |
rake_nltk
|
12 |
python-docx
|
|
|
15 |
langchain
|
16 |
langchain-core
|
17 |
langchainhub
|
18 |
+
langchain-openai==0.2.12
|
19 |
langchain-mistralai
|
20 |
faiss-cpu
|
21 |
langchain-community
|
|
|
25 |
streamlit-agraph
|
26 |
st-copy-to-clipboard
|
27 |
clipboard
|
28 |
+
httpx==0.28.1
|
29 |
|