fix README

This commit is contained in:
ARNO
2025-01-25 23:41:32 +08:00
committed by GitHub
parent e7e9073ef7
commit 300f9564c5

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 # - Allows control over retrieval depth via top_k parameter
print(rag.query("What are the top themes in this story?", param=QueryParam( print(rag.query("What are the top themes in this story?", param=QueryParam(
mode="mix"))) mode="mix")))
```
### Conversation History Support ### Conversation History Support
LightRAG now supports multi-turn dialogue through the conversation history feature. Here's how to use it: LightRAG now supports multi-turn dialogue through the conversation history feature. Here's how to use it: