Create requirements.txt
Browse files- requirements.txt +16 -0
requirements.txt
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|