mirror of
https://github.com/HKUDS/LightRAG.git
synced 2025-09-27 09:04:13 +00:00
Fix linting
This commit is contained in:
parent
ac703dc448
commit
48ddfb047e
@ -558,13 +558,16 @@ rag.insert_custom_kg(custom_kg)
|
|||||||
|
|
||||||
## 插入
|
## 插入
|
||||||
|
|
||||||
#### 基本插入
|
<details>
|
||||||
|
<summary> <b> 基本插入 </b></summary>
|
||||||
|
|
||||||
```python
|
```python
|
||||||
# 基本插入
|
# 基本插入
|
||||||
rag.insert("文本")
|
rag.insert("文本")
|
||||||
```
|
```
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary> <b> 批量插入 </b></summary>
|
<summary> <b> 批量插入 </b></summary>
|
||||||
|
|
||||||
@ -784,6 +787,8 @@ rag = LightRAG(
|
|||||||
> 您可以从源代码编译AGE来修复它。
|
> 您可以从源代码编译AGE来修复它。
|
||||||
>
|
>
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
## 删除
|
## 删除
|
||||||
|
|
||||||
```python
|
```python
|
||||||
|
Loading…
x
Reference in New Issue
Block a user