update README.md
This commit is contained in:
parent
e607ff833c
commit
b1e071f7ff
1 changed files with 2 additions and 2 deletions
|
|
@ -50,7 +50,7 @@ print(rag.query("What are the top themes in this story?", param=QueryParam(mode=
|
||||||
Batch Insert
|
Batch Insert
|
||||||
```python
|
```python
|
||||||
rag.insert(["TEXT1", "TEXT2",...])
|
rag.insert(["TEXT1", "TEXT2",...])
|
||||||
```python
|
```
|
||||||
Incremental Insert
|
Incremental Insert
|
||||||
|
|
||||||
```python
|
```python
|
||||||
|
|
@ -183,7 +183,7 @@ Output your evaluation in the following JSON format:
|
||||||
```
|
```
|
||||||
## Citation
|
## Citation
|
||||||
|
|
||||||
```python
|
```
|
||||||
@article{guo2024lightrag,
|
@article{guo2024lightrag,
|
||||||
title={LightRAG: Simple and Fast Retrieval-Augmented Generation},
|
title={LightRAG: Simple and Fast Retrieval-Augmented Generation},
|
||||||
author={Zirui Guo and Lianghao Xia and Yanhua Yu and Tu Ao and Chao Huang},
|
author={Zirui Guo and Lianghao Xia and Yanhua Yu and Tu Ao and Chao Huang},
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue