Documentation
¶
Index ¶
- type Configuration
- type Service
- func (s *Service) Delete(outerLabel string)
- func (s *Service) HasOuterLabel(outerLabel string) bool
- func (s *Service) IndexesLoaded() uint32
- func (s *Service) ListIDs() []string
- func (s *Service) Put(outerLabel string, text []byte, vector []float32)
- func (s *Service) Search(contains [][]byte, vectors []float32, resultsNum int) map[string]float32
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Configuration ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func New ¶
func New(cfg *Configuration) *Service
func (*Service) HasOuterLabel ¶
func (*Service) IndexesLoaded ¶
Click to show internal directories.
Click to hide internal directories.