shahbazdev0 commited on
Commit
0b3bab6
·
verified ·
1 Parent(s): f7db2f9

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +13 -14
requirements.txt CHANGED
@@ -1,16 +1,15 @@
1
  streamlit==1.28.0
2
- chromadb==0.4.15
3
- langchain==0.1.0
4
- langchain-community==0.0.10
5
- openai==1.3.0
6
- sentence-transformers==2.2.2
7
  PyPDF2==3.0.1
8
- python-dotenv==1.0.0
9
- pandas==2.1.0
10
- plotly==5.17.0
11
- networkx==3.2
12
- pydantic==2.5.0
13
- tiktoken==0.5.1
14
- numpy==1.24.3
15
- scikit-learn==1.3.0
16
- faiss-cpu==1.7.4
 
1
  streamlit==1.28.0
2
+ chromadb==0.4.22
3
+ langchain==0.1.16
4
+ langchain-community==0.0.38
5
+ langchain-openai==0.1.6
6
+ openai==1.23.0
7
  PyPDF2==3.0.1
8
+ python-dotenv==1.0.1
9
+ pandas==2.2.1
10
+ plotly==5.20.0
11
+ networkx==3.2.1
12
+ pydantic==2.7.0
13
+ tiktoken==0.6.0
14
+ numpy==1.26.4
15
+ scikit-learn==1.4.2