Spaces:
Sleeping
Sleeping
Ari
commited on
Update requirements.txt
Browse files- requirements.txt +4 -3
requirements.txt
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
streamlit==1.38.0
|
2 |
pandas==2.2.3
|
3 |
openai # Don't specify a specific version to avoid conflicts
|
4 |
-
langchain
|
5 |
-
|
|
|
6 |
sqlparse==0.4.4 # SQL parsing and validation
|
7 |
-
faiss-cpu>=1.7.3 # For FAISS vector store
|
|
|
1 |
streamlit==1.38.0
|
2 |
pandas==2.2.3
|
3 |
openai # Don't specify a specific version to avoid conflicts
|
4 |
+
langchain>=0.0.170 # Add the langchain core package
|
5 |
+
langchain-openai>=0.1.7,<0.2.0 # Ensure compatibility with langchain-core
|
6 |
+
langchain_community>=0.0.7,<0.1.0 # For community extensions
|
7 |
sqlparse==0.4.4 # SQL parsing and validation
|
8 |
+
faiss-cpu>=1.7.3 # For FAISS vector store
|