From 8145b436c8f8632d33a56e55291dd1fd71dd2241 Mon Sep 17 00:00:00 2001 From: yangdx Date: Fri, 9 May 2025 11:52:10 +0800 Subject: [PATCH] Fix linting --- lightrag/api/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lightrag/api/README.md b/lightrag/api/README.md index d4fe7cc0..80321741 100644 --- a/lightrag/api/README.md +++ b/lightrag/api/README.md @@ -206,7 +206,7 @@ For example, the chat message `/mix What's LightRAG?` will trigger a mix mode qu ### Add user prompt in chat -When using LightRAG for content queries, avoid combining the search process with unrelated output processing, as this significantly impacts query effectiveness. User prompt is specifically designed to address this issue — it does not participate in the RAG retrieval phase, but rather guides the LLM on how to process the retrieved results after the query is completed. We can append square brackets to the query prefix to provide the LLM with the user prompt: +When using LightRAG for content queries, avoid combining the search process with unrelated output processing, as this significantly impacts query effectiveness. User prompt is specifically designed to address this issue — it does not participate in the RAG retrieval phase, but rather guides the LLM on how to process the retrieved results after the query is completed. We can append square brackets to the query prefix to provide the LLM with the user prompt: ``` /[Use mermaid format for diagrams] Please draw a character relationship diagram for Scrooge