All Products
Search
Document Center

OpenSearch:ListVectorQueryResult

Last Updated:Jul 16, 2024

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request syntax

POST /openapi/ha3/instances/{instanceId}/vector-query

Request parameters

ParameterTypeRequiredDescriptionExample
instanceIdstringYes

The instance ID.

ha-cn-0ju2rps6c08
addressstringNo

The instance endpoint.

127.0.0.1
queryTypestringNo

The query type. Valid values: vector, primary_key, and vector_text.

primary_key
vectorQueryTypestringNo

The vector query type. Valid values: vector, image, and text.

image
bodyobjectNo

The request body.

{}

Response parameters

ParameterTypeDescriptionExample
object
requestIdstring

The request ID.

022F36C7-9FB4-5D67-BEBC-3D14B0984463
resultany

The result.

{}

Examples

Sample success responses

JSONformat

{
  "requestId": "022F36C7-9FB4-5D67-BEBC-3D14B0984463",
  "result": "{}"
}

Error codes

For a list of error codes, visit the Service error codes.