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" )
Click to show internal directories.
Click to hide internal directories.