public
Handle Send Search Message
Executes a search query with optional streaming.
If hybrid_alpha is unset and ONYX_SEARCH_UI_USES_OPENSEARCH_KEYWORD_SEARCH is True, executes pure keyword search.
Returns: StreamingResponse with SSE if stream=True, otherwise SearchFullResponse.
post/search/send-search-message
Request body
Response
If stream=true, returns text/event-stream. If stream=false (the default), returns application/json (SearchFullResponse).
Changes
Changed in 1 of the 14 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○