Update README.md
Browse files
README.md
CHANGED
@@ -449,6 +449,7 @@ if __name__ == "__main__":
|
|
449 |
LightRAG now supports multi-turn dialogue through the conversation history feature. Here's how to use it:
|
450 |
|
451 |
<details>
|
|
|
452 |
|
453 |
```python
|
454 |
# Create conversation history
|
@@ -472,10 +473,15 @@ response = rag.query(
|
|
472 |
)
|
473 |
```
|
474 |
|
|
|
|
|
475 |
### Custom Prompt Support
|
476 |
|
477 |
LightRAG now supports custom prompts for fine-tuned control over the system's behavior. Here's how to use it:
|
478 |
|
|
|
|
|
|
|
479 |
```python
|
480 |
# Create query parameters
|
481 |
query_param = QueryParam(
|
|
|
449 |
LightRAG now supports multi-turn dialogue through the conversation history feature. Here's how to use it:
|
450 |
|
451 |
<details>
|
452 |
+
<summary> <b> Usage Example </b></summary>
|
453 |
|
454 |
```python
|
455 |
# Create conversation history
|
|
|
473 |
)
|
474 |
```
|
475 |
|
476 |
+
</details>
|
477 |
+
|
478 |
### Custom Prompt Support
|
479 |
|
480 |
LightRAG now supports custom prompts for fine-tuned control over the system's behavior. Here's how to use it:
|
481 |
|
482 |
+
<details>
|
483 |
+
<summary> <b> Usage Example </b></summary>
|
484 |
+
|
485 |
```python
|
486 |
# Create query parameters
|
487 |
query_param = QueryParam(
|