Update README.md
Browse files
README.md
CHANGED
@@ -225,7 +225,7 @@ alt="Graph_2" width="800"/>
|
|
225 |
```bash
|
226 |
pip install vllm
|
227 |
```
|
228 |
-
|
229 |
```python
|
230 |
from vllm import LLM, SamplingParams
|
231 |
import json
|
|
|
225 |
```bash
|
226 |
pip install vllm
|
227 |
```
|
228 |
+
2. You need to append `\n<knowledge_graph>` at the end of the user prompt to trigger knowledge graph extraction.
|
229 |
```python
|
230 |
from vllm import LLM, SamplingParams
|
231 |
import json
|