Fix linting

This commit is contained in:
yangdx
2025-03-25 16:29:37 +08:00
parent ac703dc448
commit 48ddfb047e

View File

@@ -558,13 +558,16 @@ rag.insert_custom_kg(custom_kg)
## 插入
#### 基本插入
<details>
<summary> <b> 基本插入 </b></summary>
```python
# 基本插入
rag.insert("文本")
```
</details>
<details>
<summary> <b> 批量插入 </b></summary>
@@ -784,6 +787,8 @@ rag = LightRAG(
> 您可以从源代码编译AGE来修复它。
>
</details>
## 删除
```python