GSI Milvus Remote Index Build
GSI Technology offers an API that can build Milvus index on remote instance very fast and then you can extract it to your own private instance
GSI Milvus Remote Index Build endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
connect /create_connection |
This API will connect you to our private Milvus instance |
| POST |
create collection /create_collection |
This API will create a Milvus collection with requested fields |
| POST |
init backup /init_backup |
This API will initialize the backup service that will backup your built index after Milvus will finish the build process |
| POST |
create index /create_index |
This API will create HNSW index under your collection |
| POST |
load collection /load_collection |
This API will load your collection into Milvus |
| POST |
bulk insert /bulk_insert |
This API will insert your data in bulks into Milvus instance Async execution, you will get task_id that can be monitored by /check_task_status |
| GET |
check task status /check_task_status/{task_id} |
This API checks task status by task id return from bulk insert, as bulk insert running async |
| GET |
wait for index build complete /wait_for_build_index_complete/{collection_name} |
This API will block until the build index will be finished and your backup index will be ready in the supplied s3 bucket |
GSI Milvus Remote Index Build pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|