Create requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
fastapi==0.115.0
|
| 2 |
+
uvicorn[standard]==0.30.6
|
| 3 |
+
langchain==0.3.7
|
| 4 |
+
langchain-openai==0.2.9
|
| 5 |
+
langchain-anthropic==0.3.0
|
| 6 |
+
langchain-community==0.3.7
|
| 7 |
+
faiss-cpu==1.9.0
|
| 8 |
+
pydantic==2.9.2
|
| 9 |
+
requests==2.32.3
|
| 10 |
+
beautifulsoup4==4.12.3
|