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 ¶
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.