Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -130,4 +130,4 @@ async def vectorize_query(request: QueryRequest):
|
|
130 |
|
131 |
@app.get("/", include_in_schema=False)
|
132 |
async def root():
|
133 |
-
return {"message": "Vector Generation API is running.
|
|
|
130 |
|
131 |
@app.get("/", include_in_schema=False)
|
132 |
async def root():
|
133 |
+
return {"message": "Vector Generation API is running. -- VERSION 2 --"}
|