Update README.md

This commit is contained in:
zrguo
2025-03-29 21:28:25 +08:00
parent d0eb602b12
commit 6eea8bdf5d

View File

@@ -449,6 +449,7 @@ if __name__ == "__main__":
LightRAG now supports multi-turn dialogue through the conversation history feature. Here's how to use it:
<details>
<summary> <b> Usage Example </b></summary>
```python
# Create conversation history
@@ -472,10 +473,15 @@ response = rag.query(
)
```
</details>
### Custom Prompt Support
LightRAG now supports custom prompts for fine-tuned control over the system's behavior. Here's how to use it:
<details>
<summary> <b> Usage Example </b></summary>
```python
# Create query parameters
query_param = QueryParam(