Update requirements.txt
Browse files- requirements.txt +1 -10
requirements.txt
CHANGED
@@ -1,25 +1,16 @@
|
|
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
|
24 |
langchain_groq
|
25 |
groq
|
|
|
|
|
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
|