Spaces:
Build error
Build error
Create requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
python-dotenv
|
2 |
+
PyPDF2
|
3 |
+
python-docx
|
4 |
+
langchain
|
5 |
+
faiss
|
6 |
+
langchain-openai
|
7 |
+
faiss-gpu
|
8 |
+
faiss-cpu
|
9 |
+
pydantic
|
10 |
+
gradio
|