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