Documentation
¶
Index ¶
- type CreateIndexOptions
- type DB
- func (d *DB) Insert(ctx context.Context, datas []index.Data) error
- func (d *DB) IsEmpty(ctx context.Context) (bool, error)
- func (d *DB) Search(ctx context.Context, values []float64, options *option.Options) (index.SearchResults, error)
- func (d *DB) WithAPIKeyAndEnvironment(apiKey, environment string) *DB
- type Options
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateIndexOptions ¶
type DB ¶
type DB struct {
// contains filtered or unexported fields
}
func (*DB) WithAPIKeyAndEnvironment ¶
type Options ¶
type Options struct { IndexName string Namespace string CreateIndexOptions *CreateIndexOptions }
Click to show internal directories.
Click to hide internal directories.