Question answering on context
API Reference
Question answering on context
POST
Question answering on context
Body
application/json
Request to ask questions about provided text context.
Question string or list of questions. Required.
Context text(s) corresponding to the question(s). Required.
Number of top answers to return.
Overlap size when splitting long context for the model.
Maximum number of tokens allowed in the returned answer.
Maximum sequence length of context+question in tokens.
Maximum question length after tokenization.
Whether to allow returning a no-answer result when no answer is found.
Attempt to align predicted answer boundaries to actual word boundaries.

