MCPcopy
hub / github.com/weaviate/weaviate / HasMultipleVectorizers

Method HasMultipleVectorizers

usecases/modules/modules.go:1111–1113  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1109}
1110
1111func (p *Provider) HasMultipleVectorizers() bool {
1112 return p.hasMultipleVectorizers
1113}
1114
1115func (p *Provider) BackupBackend(backend string, useCase modulecapabilities.BackendUseCase) (modulecapabilities.BackupBackend, error) {
1116 module := p.GetByName(backend)

Callers 2

InitMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected