Ari commited on
Commit
fb1364e
1 Parent(s): 9918408

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -8
requirements.txt CHANGED
@@ -1,8 +1,10 @@
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
 
 
 
1
+ streamlit==1.21.0
2
+ openai==0.27.6
3
+ sqlite3
4
+ sqlparse==0.4.4
5
+ langchain-openai==0.1.3
6
+ langchain-community==0.0.9
7
+ langchain-core==0.3.0
8
+ tiktoken==0.7.3
9
+ faiss-cpu==1.7.3
10
+ python-dotenv==1.0.0