Documentation
¶
Index ¶
- func New(cfg Config, uc flatent.UserConfig, store *lsmkv.Store) (*flat, error)
- func NewCompressedParallelIterator(bucket *lsmkv.Bucket, parallel int, logger logrus.FieldLogger) *compressedParallelIterator
- func ValidateUserConfigUpdate(initial, updated schemaConfig.VectorIndexConfig) error
- type BQVecAndID
- type Config
- type FlatStats
- type SliceStruct
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCompressedParallelIterator ¶ added in v1.25.11
func NewCompressedParallelIterator(bucket *lsmkv.Bucket, parallel int, logger logrus.FieldLogger, ) *compressedParallelIterator
func ValidateUserConfigUpdate ¶
func ValidateUserConfigUpdate(initial, updated schemaConfig.VectorIndexConfig) error
Types ¶
type BQVecAndID ¶ added in v1.25.11
type BQVecAndID struct {
// contains filtered or unexported fields
}
type Config ¶
type Config struct { ID string RootPath string TargetVector string Logger logrus.FieldLogger DistanceProvider distancer.Provider AllocChecker memwatch.AllocChecker }
type SliceStruct ¶
type SliceStruct[T any] struct { // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.