Documentation
¶
Index ¶
Constants ¶
View Source
const Name = "nearThermal"
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 NearThermalParams ¶
type NearThermalParams struct { Thermal string Certainty float64 Distance float64 WithDistance bool TargetVectors []string }
func (NearThermalParams) GetCertainty ¶
func (n NearThermalParams) GetCertainty() float64
func (NearThermalParams) GetDistance ¶
func (n NearThermalParams) GetDistance() float64
func (NearThermalParams) GetTargetVectors ¶
func (n NearThermalParams) GetTargetVectors() []string
func (NearThermalParams) SimilarityMetricProvided ¶
func (n NearThermalParams) 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.