Milvus gRPC API

gRPC is the canonical, high-throughput interface to Milvus. The official SDKs are gRPC-based; the REST API is a thin wrapper for non-Go/Python/Java clients.

Documentation

API entry from apis.yml

apis.yml Raw ↑
aid: milvus:milvus-grpc
name: Milvus gRPC API
humanURL: https://milvus.io/docs/grpc.md
baseURL: grpc://{milvus_host}:19530
tags:
- gRPC
- High Throughput
description: gRPC is the canonical, high-throughput interface to Milvus. The official SDKs are gRPC-based;
  the REST API is a thin wrapper for non-Go/Python/Java clients.
properties:
- type: Documentation
  url: https://milvus.io/docs/