From 6eea8bdf5de025d10bc0798824e84bb1254ecc9f Mon Sep 17 00:00:00 2001 From: zrguo Date: Sat, 29 Mar 2025 21:28:25 +0800 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index b96eed21..6c8861a2 100644 --- a/README.md +++ b/README.md @@ -449,6 +449,7 @@ if __name__ == "__main__": LightRAG now supports multi-turn dialogue through the conversation history feature. Here's how to use it:
+ Usage Example ```python # Create conversation history @@ -472,10 +473,15 @@ response = rag.query( ) ``` +
+ ### Custom Prompt Support LightRAG now supports custom prompts for fine-tuned control over the system's behavior. Here's how to use it: +
+ Usage Example + ```python # Create query parameters query_param = QueryParam(