Spaces:
Running
Running
Create requirements.txt
Browse files- requirements.txt +11 -0
requirements.txt
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
python-dotenv
|
2 |
+
streamlit
|
3 |
+
langchain
|
4 |
+
faiss-cpu
|
5 |
+
pymupdf
|
6 |
+
langchain-groq
|
7 |
+
langsmith
|
8 |
+
streamlit-chat
|
9 |
+
pypdf
|
10 |
+
sentence-transformers
|
11 |
+
gradio
|