mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-08-28 11:16:31 +08:00
feat(chat): add Serply web search provider (#18475)
### Summary This PR adds [Serply](https://serply.io) as a third web search provider for chat assistants, alongside the existing Tavily and Querit options.
This commit is contained in:
@@ -3032,9 +3032,10 @@ 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.
|
||||
- `"web_search_provider"`: `string` The web search service to use. Supported values are `"tavily"`, `"querit"`, and `"serply"`. 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.
|
||||
- `"serply_api_key"`: `string` The [Serply](https://serply.io) API key. Set `web_search_provider` to `"serply"` when using this field. See the [Serply documentation](https://serply.io/docs) for details.
|
||||
- `"toc_enhance"`: `boolean`
|
||||
- `"similarity_threshold"`: (*Body parameter*), `float`
|
||||
- `"vector_similarity_weight"`: (*Body parameter*), `float`
|
||||
|
||||
Reference in New Issue
Block a user