mirror of
https://github.com/HKUDS/LightRAG.git
synced 2025-08-10 17:50:45 +00:00
commit
2d033c9a99
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user