Documentation
¶
Index ¶
- type Client
- func (c *Client) CollectionCreate(ctx context.Context, req *request.CollectionCreate, ...) error
- func (c *Client) CollectionDescribe(ctx context.Context, req *request.CollectionDescribe, ...) error
- func (c *Client) CollectionDrop(ctx context.Context, req *request.CollectionDrop, res *response.CollectionDrop) error
- func (c *Client) CollectionList(ctx context.Context, req *request.CollectionList, res *response.CollectionList) error
- func (c *Client) VectorDelete(ctx context.Context, req *request.VectorDelete, res *response.VectorDelete) error
- func (c *Client) VectorGet(ctx context.Context, req *request.VectorGet, res *response.VectorGet) error
- func (c *Client) VectorInsert(ctx context.Context, req *request.VectorInsert, res *response.VectorInsert) error
- func (c *Client) VectorQuery(ctx context.Context, req *request.VectorQuery, res *response.VectorQuery) error
- func (c *Client) VectorSearch(ctx context.Context, req *request.VectorSearch, res *response.VectorSearch) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) CollectionCreate ¶
func (c *Client) CollectionCreate( ctx context.Context, req *request.CollectionCreate, res *response.CollectionCreate, ) error
func (*Client) CollectionDescribe ¶
func (c *Client) CollectionDescribe( ctx context.Context, req *request.CollectionDescribe, res *response.CollectionDescribe, ) error
func (*Client) CollectionDrop ¶
func (c *Client) CollectionDrop( ctx context.Context, req *request.CollectionDrop, res *response.CollectionDrop, ) error
func (*Client) CollectionList ¶
func (c *Client) CollectionList( ctx context.Context, req *request.CollectionList, res *response.CollectionList, ) error
func (*Client) VectorDelete ¶
func (c *Client) VectorDelete( ctx context.Context, req *request.VectorDelete, res *response.VectorDelete, ) error
func (*Client) VectorInsert ¶
func (c *Client) VectorInsert( ctx context.Context, req *request.VectorInsert, res *response.VectorInsert, ) error
func (*Client) VectorQuery ¶
func (c *Client) VectorQuery( ctx context.Context, req *request.VectorQuery, res *response.VectorQuery, ) error
func (*Client) VectorSearch ¶
func (c *Client) VectorSearch( ctx context.Context, req *request.VectorSearch, res *response.VectorSearch, ) error
Directories
¶
| Path | Synopsis |
|---|---|
|
examples
|
|
|
cmd/collectionCreate
command
|
|
|
cmd/collectionDescribe
command
|
|
|
cmd/collectionDrop
command
|
|
|
cmd/collectionList
command
|
|
|
cmd/vectorDelete
command
|
|
|
cmd/vectorGet
command
|
|
|
cmd/vectorInsert
command
|
|
|
cmd/vectorQuery
command
|
|
|
cmd/vectorSearch
command
|
|
Click to show internal directories.
Click to hide internal directories.