Spaces:
Running
Running
add requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
fastapi
|
2 |
+
python-multipart
|
3 |
+
uvicorn
|
4 |
+
python-dotenv
|
5 |
+
openai
|
6 |
+
pydantic
|
7 |
+
pypdf
|
8 |
+
langchain
|
9 |
+
faiss-cpu
|