Metin commited on
Commit
929dbcd
·
verified ·
1 Parent(s): 8465704

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -225,7 +225,7 @@ alt="Graph_2" width="800"/>
225
  ```bash
226
  pip install vllm
227
  ```
228
- 3. 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
 
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