Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Embedder ¶
type EmbedderType ¶
type EmbedderType string
const ( EmbedderOpenAI EmbedderType = "openai" EmbedderGrafanaVectorAPI EmbedderType = "grafana/vectorapi" )
type Settings ¶
type Settings struct { Type EmbedderType `json:"type"` OpenAI openAISettings GrafanaVectorAPISettings grafanaVectorAPISettings `json:"grafanaVectorAPI"` }
Click to show internal directories.
Click to hide internal directories.