Spaces:
Sleeping
Sleeping
WIth specific versions
Browse files- requirements.txt +13 -13
requirements.txt
CHANGED
@@ -1,15 +1,15 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
langchain
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
openai
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
|
15 |
pydantic<2.0
|
|
|
1 |
+
chainlit==1.3.2
|
2 |
+
faiss-cpu==1.9.0.post1
|
3 |
+
gradio_client==1.5.2
|
4 |
+
langchain==0.3.12
|
5 |
+
langchain-community==0.3.12
|
6 |
+
langchain-core==0.3.25
|
7 |
+
langchain-mistralai==0.2.3
|
8 |
+
openai==1.57.4
|
9 |
+
python-dotenv==1.0.1
|
10 |
+
pypdf==5.1.0
|
11 |
+
PyPDF2==3.0.1
|
12 |
+
tiktoken==0.8.0
|
13 |
+
|
14 |
|
15 |
pydantic<2.0
|