Update requirements.txt
Browse files- requirements.txt +11 -11
requirements.txt
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
-
chainlit
|
2 |
-
python-dotenv
|
3 |
-
litellm
|
4 |
-
linkup-sdk
|
5 |
-
langchain
|
6 |
-
langchain-openai
|
7 |
-
langchain-community
|
8 |
-
faiss-cpu
|
9 |
-
pypdf
|
10 |
-
python-docx
|
11 |
-
docx2txt
|
|
|
1 |
+
chainlit==2.5.5
|
2 |
+
python-dotenv
|
3 |
+
litellm
|
4 |
+
linkup-sdk
|
5 |
+
langchain
|
6 |
+
langchain-openai
|
7 |
+
langchain-community
|
8 |
+
faiss-cpu
|
9 |
+
pypdf
|
10 |
+
python-docx
|
11 |
+
docx2txt
|