meesamraza commited on
Commit
24841aa
·
verified ·
1 Parent(s): 7784092

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +13 -9
requirements.txt CHANGED
@@ -1,12 +1,16 @@
1
- pip>=23.0
2
- setuptools>=65.0
3
- wheel
4
  streamlit
5
- PyPDF2
 
6
  langchain
7
- langchain-community
8
- langchain-pinecone
9
- langchain-groq
10
- pinecone-client
11
- sentence-transformers
12
  python-dotenv
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  streamlit
2
+ langchain-cohere
3
+ cohere
4
  langchain
5
+ PyPDF2
 
 
 
 
6
  python-dotenv
7
+ streamlit
8
+ faiss-cpu
9
+ altair
10
+ tiktoken
11
+ # uncomment to use huggingface llms
12
+ #huggingface-hub==0.14.1
13
+ sentence-transformers
14
+ pydantic
15
+ langchain_groq
16
+ groq