Skip to content

Commit 0f0cd04

Browse files
infinityCuratorRAGFlow Curator
andauthored
Synchronize documentation. (#438)
Co-authored-by: RAGFlow Curator <infinitydocs.curator@users.noreply.github.com>
1 parent 9852fd1 commit 0f0cd04

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

website/docs/references/http_api_reference.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1840,7 +1840,7 @@ Retrieves chunks from specified datasets.
18401840
- `"highlight"`: `boolean`
18411841
- `"cross_languages"`: `list[string]`
18421842
- `"metadata_condition"`: `object`
1843-
1843+
- `"use_kg"`: `boolean`
18441844
##### Request example
18451845

18461846
```bash
@@ -1888,6 +1888,8 @@ curl --request POST \
18881888
The weight of vector cosine similarity. Defaults to `0.3`. If x represents the weight of vector cosine similarity, then (1 - x) is the term similarity weight.
18891889
- `"top_k"`: (*Body parameter*), `integer`
18901890
The number of chunks engaged in vector cosine computation. Defaults to `1024`.
1891+
- `"use_kg"`: (*Body parameter*), `boolean`
1892+
The search includes text chunks related to the knowledge graph of the selected dataset to handle complex multi-hop queries. Defaults to `False`.
18911893
- `"rerank_id"`: (*Body parameter*), `integer`
18921894
The ID of the rerank model.
18931895
- `"keyword"`: (*Body parameter*), `boolean`

0 commit comments

Comments
 (0)