From 300f9564c58af52abb6ac90467381a7e777ae4a4 Mon Sep 17 00:00:00 2001 From: ARNO Date: Sat, 25 Jan 2025 23:41:32 +0800 Subject: [PATCH] fix README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 99f27716..38f936e1 100644 --- a/README.md +++ b/README.md @@ -127,6 +127,7 @@ print(rag.query("What are the top themes in this story?", param=QueryParam(mode= # - Allows control over retrieval depth via top_k parameter print(rag.query("What are the top themes in this story?", param=QueryParam( mode="mix"))) +``` ### Conversation History Support LightRAG now supports multi-turn dialogue through the conversation history feature. Here's how to use it: