Ari commited on
Commit
99e46f5
·
verified ·
1 Parent(s): 7815bdb

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -3
requirements.txt CHANGED
@@ -1,9 +1,10 @@
1
  streamlit==1.21.0
2
  openai>=1.10.0,<2.0.0
3
  sqlparse==0.4.4
4
- langchain # Remove strict versioning to avoid conflicts
5
- langchain-openai # Remove strict versioning as well
6
- langchain-community # Remove strict versioning
7
  faiss-cpu==1.7.3
8
  python-dotenv==1.0.0
9
  tiktoken==0.7.0
 
 
1
  streamlit==1.21.0
2
  openai>=1.10.0,<2.0.0
3
  sqlparse==0.4.4
4
+ langchain
5
+ langchain-openai
6
+ langchain-community
7
  faiss-cpu==1.7.3
8
  python-dotenv==1.0.0
9
  tiktoken==0.7.0
10
+ sql-metadata==2.1.1