Skip to content

Commit d609e16

Browse files
Update templates/types/streaming/fastapi/app/api/routers/query.py
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent a0d56bc commit d609e16

File tree

1 file changed

+2
-2
lines changed
  • templates/types/streaming/fastapi/app/api/routers

1 file changed

+2
-2
lines changed

templates/types/streaming/fastapi/app/api/routers/query.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ def get_query_engine() -> BaseQueryEngine:
1818

1919
@r.get(
2020
"/",
21-
summary="Call the get information from a knowledge base",
22-
description="Get information from the knowledge base using a search query parameter",
21+
summary="Get information from the knowledge base",
22+
description="Retrieves relevant information from the knowledge base based on the provided search query. Returns a text response containing the matched information.",
2323
)
2424
async def query_request(
2525
query: str,

0 commit comments

Comments
 (0)