MCPcopy
hub / github.com/weaviate/weaviate / initNearText

Method initNearText

modules/text2vec-morph/nearText.go:19–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17)
18
19func (m *MorphModule) initNearText() error {
20 m.searcher = nearText.NewSearcher(m.vectorizer)
21 m.graphqlProvider = nearText.New(m.nearTextTransformer)
22 return nil
23}
24
25func (m *MorphModule) Arguments() map[string]modulecapabilities.GraphQLArgument {
26 return m.graphqlProvider.Arguments()

Callers 1

InitExtensionMethod · 0.95

Calls 2

NewSearcherFunction · 0.92
NewFunction · 0.92

Tested by

no test coverage detected