Documentation
¶
Index ¶
- type Index
- func (i *Index) Delete(ctx context.Context, ids ...string) error
- func (i *Index) Index(ctx context.Context, record ...Record) error
- func (i *Index) List(ctx context.Context, options *ListOptions) (*Page[Record], error)
- func (i *Index) Search(ctx context.Context, vector []float32, topK int) ([]Record, error)
- type ListOptions
- type Page
- type Record
- type RecordModel
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ListOptions ¶
Click to show internal directories.
Click to hide internal directories.