Answer a question based on the documents matching the provided metadata filter.
The metadata_filter
parameter supports MongoDB-like query syntax with operators:
$eq, $ne, $gt, $lt, $gte, $lte, $in, $nin
$contains, $containsAny, $notContains, $size
$and, $or, $not
$type
$regex, $iregex
json { "$and": [ { "category": "finance" }, { "tags": { "$contains": ["important"] } }, { "$or": [ { "priority": { "$gt": 2 } }, { "status": "active" } ] } ] }
Request model for asking questions about documents.
Successful Response
The response is of type object
.