Documentation ¶
Index ¶
Constants ¶
View Source
const Name = "nearIMU"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GraphQLArgumentsProvider ¶
type GraphQLArgumentsProvider struct{}
func New ¶
func New() *GraphQLArgumentsProvider
func (*GraphQLArgumentsProvider) Arguments ¶
func (g *GraphQLArgumentsProvider) Arguments() map[string]modulecapabilities.GraphQLArgument
type NearIMUParams ¶
type NearIMUParams struct { IMU string Certainty float64 Distance float64 WithDistance bool TargetVectors []string }
func (NearIMUParams) GetCertainty ¶
func (n NearIMUParams) GetCertainty() float64
func (NearIMUParams) GetDistance ¶
func (n NearIMUParams) GetDistance() float64
func (NearIMUParams) GetTargetVectors ¶
func (n NearIMUParams) GetTargetVectors() []string
func (NearIMUParams) SimilarityMetricProvided ¶
func (n NearIMUParams) SimilarityMetricProvided() bool
type Searcher ¶
func NewSearcher ¶
func (*Searcher[T]) VectorSearches ¶
func (s *Searcher[T]) VectorSearches() map[string]modulecapabilities.VectorForParams[T]
Click to show internal directories.
Click to hide internal directories.