Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -300,9 +300,6 @@ async def chat(request: QueryRequest):
|
|
| 300 |
def home():
|
| 301 |
return {"message": "AI Workspace Backend Running"}
|
| 302 |
|
| 303 |
-
# Initial Update
|
| 304 |
-
faiss_indices = update_faiss_index(generate_sentences(fetch_latest_data()))
|
| 305 |
-
|
| 306 |
if __name__ == "__main__":
|
| 307 |
# Fetch initial data for FAISS indexing
|
| 308 |
fetch_initial_data()
|
|
|
|
| 300 |
def home():
|
| 301 |
return {"message": "AI Workspace Backend Running"}
|
| 302 |
|
|
|
|
|
|
|
|
|
|
| 303 |
if __name__ == "__main__":
|
| 304 |
# Fetch initial data for FAISS indexing
|
| 305 |
fetch_initial_data()
|