mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-08-05 15:20:30 +08:00
feat(chat): add Querit web search provider (#17813)
This commit is contained in:
@@ -3032,7 +3032,9 @@ curl --request POST \
|
||||
- `"use_kg"`: `boolean`
|
||||
- `"reasoning"`: `boolean`
|
||||
- `"cross_languages"`: `list[string]`
|
||||
- `"web_search_provider"`: `string` The web search service to use. Supported values are `"tavily"` and `"querit"`. Defaults to `"tavily"` when omitted.
|
||||
- `"tavily_api_key"`: `string`
|
||||
- `"querit_api_key"`: `string` The Querit API key. Set `web_search_provider` to `"querit"` when using this field.
|
||||
- `"toc_enhance"`: `boolean`
|
||||
- `"similarity_threshold"`: (*Body parameter*), `float`
|
||||
- `"vector_similarity_weight"`: (*Body parameter*), `float`
|
||||
|
||||
Reference in New Issue
Block a user