embeddings

package
v0.2.2 Latest Latest
Warning

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

Go to latest
Published: Apr 12, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ZhiPuAIModels = []string{"text_embedding"}
	OpenAIModels  = []string{"text-embedding-ada-002"}
	GeminiModels  = []string{"embedding-001"}
)

Functions

This section is empty.

Types

type EmbeddingType

type EmbeddingType string
const (
	OpenAI  EmbeddingType = "openai"
	ZhiPuAI EmbeddingType = "zhipuai"
	Gemini  EmbeddingType = "gemini"
	Unknown EmbeddingType = "unknown"
)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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