embedder

package
v0.0.0-...-53c38df Latest Latest
Warning

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

Go to latest
Published: Dec 19, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Embedder

type Embedder interface {
	Generate(input string) (*Result, error)
}

Embedder represents an embedder

func EmbedderOfType

func EmbedderOfType(embType string, config map[string]string) Embedder

type Result

type Result struct {
	Embedding []float32
}

Result is the result of an embedder

Jump to

Keyboard shortcuts

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