Ari commited on
Commit
ed53cb3
·
verified ·
1 Parent(s): 16ffe8a

Update requirements.txt

Browse files
Files changed (1) hide show
  1. 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-openai>=0.1.7,<0.2.0 # Compatible range for OpenAI and langchain-core
5
- langchain_community>=0.0.7,<0.1.0 # Compatible with langchain-core
 
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