Chat
POST/api/v1/workspaces/:workspace_name/pipelines/:pipeline_name/chat
Run a chat query. Chat pipelines are based on the chat template that uses a search session to include search
history in the chat. You can then specify how many search history items (query and answer) from a given search
session you want to display in the chat. You'll need a search session ID to run the query. Use the search session
endpoints to list or create search sessions.
Request
Responses
- 200
- 404
- 408
- 409
- 422
- 429
- 503
- 591
Returns the search results.
We couldn't find the pipeline. Check if the pipeline name is correct, make sure the pipeline exists in the workspace you specified, and try again.
The request sent to your pipeline timed out.
The pipeline was in a conflicted state (for example, it wasn't deployed).
Validation Error
The rate limit for this pipeline has been exceeded. Please try again later.
The pipeline is temporarily unavailable because of internal rebalancing processes. Try again in a few moments.
The pipeline was on standby, and is now being activated. Try again in a while.
Was this page helpful?