Documentation
¶
Index ¶
Constants ¶
View Source
const ( ProviderEmbedded = "embedded" ProviderOpenAI = "openai" ProviderEmbeddedHash = "embedded-hash" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DoctorReport ¶
type Provider ¶
type Provider struct {
Name string
IndexKey string
Description string
Model string
BaseURL string
APIKey string
Func chromem.EmbeddingFunc
Batch func(context.Context, []string) ([][]float32, error)
Details func() map[string]string
}
func EmbeddedHashProvider ¶
func EmbeddedHashProvider() Provider
func EmbeddedProvider ¶
Click to show internal directories.
Click to hide internal directories.