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 ¶
type Searcher struct {
// contains filtered or unexported fields
}
func NewSearcher ¶
func NewSearcher(vectorizer bindVectorizer) *Searcher
func (*Searcher) VectorSearches ¶
func (s *Searcher) VectorSearches() map[string]modulecapabilities.VectorForParams
Click to show internal directories.
Click to hide internal directories.