Merge pull request #652 from ArnoChenFx/main

fix README
This commit is contained in:
zrguo 2025-01-27 06:34:34 +08:00 committed by GitHub
commit 2d033c9a99
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: