DebabrataHalder commited on
Commit
3eebc99
·
verified ·
1 Parent(s): b1b3498

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -11
requirements.txt CHANGED
@@ -1,23 +1,23 @@
1
 
2
- streamlit==1.18.1
3
 
4
  langchain-cohere
5
  cohere
6
 
7
- langchain==0.0.184
8
- PyPDF2==3.0.1
9
- python-dotenv==1.0.0
10
- streamlit==1.18.1
11
- openai==0.27.6
12
- faiss-cpu==1.7.4
13
- altair==4
14
- tiktoken==0.4.0
15
  # uncomment to use huggingface llms
16
  huggingface-hub==0.14.1
17
 
18
  # uncomment to use instructor embeddings
19
 
20
- sentence-transformers==2.2.2
21
 
22
 
23
- pydantic==2.9.2
 
1
 
2
+ streamlit
3
 
4
  langchain-cohere
5
  cohere
6
 
7
+ langchain
8
+ PyPDF2
9
+ python-dotenv
10
+ streamlit
11
+
12
+ faiss-cpu
13
+ altair
14
+ tiktoken
15
  # uncomment to use huggingface llms
16
  huggingface-hub==0.14.1
17
 
18
  # uncomment to use instructor embeddings
19
 
20
+ sentence-transformers
21
 
22
 
23
+ pydantic