Spaces:
Paused
Paused
Added packages version in requirements
Browse files- requirements.txt +5 -5
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
-
langchain
|
2 |
langchain-community
|
3 |
-
langchain-openai
|
4 |
-
python-dotenv
|
5 |
-
faiss-cpu
|
6 |
-
chainlit
|
|
|
1 |
+
langchain==0.1.20
|
2 |
langchain-community
|
3 |
+
langchain-openai==0.0.5
|
4 |
+
python-dotenv==1.0.1
|
5 |
+
faiss-cpu==1.8.0
|
6 |
+
chainlit==1.0.506
|