Documentation ¶
Index ¶
Constants ¶
This section is empty.
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 NearDepthParams ¶
func (NearDepthParams) GetCertainty ¶
func (n NearDepthParams) GetCertainty() float64
func (NearDepthParams) GetDistance ¶
func (n NearDepthParams) GetDistance() float64
func (NearDepthParams) SimilarityMetricProvided ¶
func (n NearDepthParams) 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.