Spaces:
Sleeping
Sleeping
Add FastAPI to requirements.txt
Browse filesAdd FastAPI and its standard dependencies to requirements.
- requirements.txt +2 -0
requirements.txt
CHANGED
|
@@ -7,6 +7,8 @@ langchain-community==0.4.1
|
|
| 7 |
langchain-google-genai==4.2.1
|
| 8 |
langgraph==1.1.6
|
| 9 |
google-genai==1.70.0
|
|
|
|
|
|
|
| 10 |
|
| 11 |
# --- Vector Database & Embeddings ---
|
| 12 |
langchain-chroma==1.1.0
|
|
|
|
| 7 |
langchain-google-genai==4.2.1
|
| 8 |
langgraph==1.1.6
|
| 9 |
google-genai==1.70.0
|
| 10 |
+
fastapi
|
| 11 |
+
fastapi[standard]
|
| 12 |
|
| 13 |
# --- Vector Database & Embeddings ---
|
| 14 |
langchain-chroma==1.1.0
|