search

package
v0.5.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 6, 2022 License: AGPL-3.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Neighbor

type Neighbor struct {
	Word       string
	Rank       uint
	Similarity float64
}

Neighbor stores the word with cosine similarity value on the target.

type Neighbors

type Neighbors []Neighbor

func (Neighbors) Describe

func (neighbors Neighbors) Describe()

type Searcher

type Searcher struct {
	Items emb.Embeddings
}

func New

func New(embs ...emb.Embedding) (*Searcher, error)

func (*Searcher) Search

func (s *Searcher) Search(query emb.Embedding, k int, ignoreWord ...string) (Neighbors, error)

func (*Searcher) SearchInternal

func (s *Searcher) SearchInternal(word string, k int) (Neighbors, error)

func (*Searcher) SearchVector

func (s *Searcher) SearchVector(query []float64, k int) (Neighbors, error)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL