Skip to content

Commit

Permalink
Merge pull request #652 from ArnoChenFx/main
Browse files Browse the repository at this point in the history
fix README
  • Loading branch information
LarFii authored Jan 26, 2025
2 parents bd2b3f3 + 300f956 commit 2d033c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2d033c9

Please sign in to comment.