Justin44 commited on
Commit
ef355d5
·
verified ·
1 Parent(s): 8600288

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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. POST to /vectorize to get vectors."}
 
130
 
131
  @app.get("/", include_in_schema=False)
132
  async def root():
133
+ return {"message": "Vector Generation API is running. -- VERSION 2 --"}