The response for the `query` operation. These are the matches found for a particular query vector. The matches are ordered from most similar to least similar.
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/QueryResponse",
"title": "QueryResponse",
"description": "The response for the `query` operation. These are the matches found for a particular query vector. The matches are ordered from most similar to least similar.",
"type": "object",
"properties": {
"results": {
"deprecated": true,
"description": "DEPRECATED. The results of each query. The order is the same as `QueryRequest.queries`.",
"type": "array",
"items": {
"$ref": "#/components/schemas/SingleQueryResults"
}
},
"matches": {
"description": "The matches for the vectors.",
"type": "array",
"items": {
"$ref": "#/components/schemas/ScoredVector"
}
},
"namespace": {
"description": "The namespace for the vectors.",
"type": "string"
},
"usage": {
"$ref": "#/components/schemas/Usage"
}
}
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.