zrguo
commited on
Commit
·
54b0d76
1
Parent(s):
2571a0e
Update README.md
Browse files
README.md
CHANGED
@@ -204,6 +204,7 @@ ollama create -f Modelfile qwen2m
|
|
204 |
|
205 |
</details>
|
206 |
### Query Param
|
|
|
207 |
```python
|
208 |
class QueryParam:
|
209 |
mode: Literal["local", "global", "hybrid", "naive"] = "global"
|
@@ -220,6 +221,7 @@ class QueryParam:
|
|
220 |
```
|
221 |
|
222 |
### Batch Insert
|
|
|
223 |
```python
|
224 |
# Batch Insert: Insert multiple texts at once
|
225 |
rag.insert(["TEXT1", "TEXT2",...])
|
|
|
204 |
|
205 |
</details>
|
206 |
### Query Param
|
207 |
+
|
208 |
```python
|
209 |
class QueryParam:
|
210 |
mode: Literal["local", "global", "hybrid", "naive"] = "global"
|
|
|
221 |
```
|
222 |
|
223 |
### Batch Insert
|
224 |
+
|
225 |
```python
|
226 |
# Batch Insert: Insert multiple texts at once
|
227 |
rag.insert(["TEXT1", "TEXT2",...])
|