diff --git a/lightrag/api/routers/query_routes.py b/lightrag/api/routers/query_routes.py index db0b87ec..f4fb30a6 100644 --- a/lightrag/api/routers/query_routes.py +++ b/lightrag/api/routers/query_routes.py @@ -283,7 +283,7 @@ def create_query_routes(rag, api_key: Optional[str] = None, top_k: int = 60): - **bypass**: Direct LLM query without knowledge retrieval conversation_history parameteris sent to LLM only, does not affect retrieval results. - + **Usage Examples:** Basic query: