(ctx context.Context, collection string, ids []interface{})
| 19 | Update(ctx context.Context, collection string, vectors []VectorRecord) error |
| 20 | Delete(ctx context.Context, collection string, ids []interface{}) error |
| 21 | Get(ctx context.Context, collection string, ids []interface{}) ([]VectorRecord, error) |
| 22 | |
| 23 | // 搜索功能 |
| 24 | Search(ctx context.Context, req SearchRequest) (*SearchResponse, error) |
no outgoing calls