DrishtiSharma commited on
Commit
d2af2e8
Β·
verified Β·
1 Parent(s): 9fbed55

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -19
requirements.txt CHANGED
@@ -1,19 +1,9 @@
1
- langchain
2
- #==0.0.184
3
- PyPDF2==3.0.1
4
- python-dotenv==1.0.0
5
- streamlit==1.18.1
6
- openai==0.27.6
7
- faiss-cpu==1.7.4
8
- altair==4
9
- tiktoken==0.4.0
10
- # uncomment to use huggingface llms
11
- huggingface-hub==0.14.1
12
- llama-cpp-python
13
- #==0.1.83
14
- fire
15
- gigachain
16
-
17
- # uncomment to use instructor embeddings
18
- InstructorEmbedding==1.0.1
19
- sentence-transformers==2.2.2
 
1
+ streamlit==1.38.0
2
+ langchain-community==0.2.16
3
+ langchain-text-splitters==0.2.4
4
+ langchain-chroma==0.1.3
5
+ langchain-huggingface==0.0.3
6
+ langchain-groq==0.1.9
7
+ unstructured==0.15.0
8
+ unstructured[pdf]==0.15.0
9
+ nltk==3.8.1