vhr1007 commited on
Commit
80b22ed
·
verified ·
1 Parent(s): 65a4410

Minor Changes

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -75,7 +75,7 @@ class GenerateRAGRequest(BaseModel):
75
 
76
  @app.get("/")
77
  async def root():
78
- return {"message": "Welcome to the Document Indexing API!"}
79
 
80
  # Define the search documents endpoint
81
  @app.post("/api/search-documents")
 
75
 
76
  @app.get("/")
77
  async def root():
78
+ return {"message": "Welcome to the Search/RAG Response API!"}
79
 
80
  # Define the search documents endpoint
81
  @app.post("/api/search-documents")