Minor Changes
Browse files
app.py
CHANGED
|
@@ -75,7 +75,7 @@ class GenerateRAGRequest(BaseModel):
|
|
| 75 |
|
| 76 |
@app.get("/")
|
| 77 |
async def root():
|
| 78 |
-
return {"message": "Welcome to the
|
| 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")
|