Versions in this module Expand all Collapse all v0 v0.2.0 Apr 17, 2026 Changes in this version + type Config struct + Embedding EmbeddingConfig + Server ServerConfig + Storage StorageConfig + func Load() (*Config, error) + func LoadFromPath(path string) (*Config, error) + type CustomEmbedConfig struct + APIKey string + BaseURL string + Dims int + Headers map[string]string + Model string + type EmbeddingConfig struct + Custom CustomEmbedConfig + Gemini GeminiEmbedConfig + Ollama OllamaEmbedConfig + OpenAI OpenAIEmbedConfig + Provider string + type GeminiEmbedConfig struct + APIKey string + Model string + type OllamaEmbedConfig struct + BaseURL string + Dims int + Model string + type OpenAIEmbedConfig struct + APIKey string + BaseURL string + Model string + type PgvectorConfig struct + DSN string + TableName string + VectorDimensions int + type ServerConfig struct + Transport string + type StorageConfig struct + Backend string + Pgvector PgvectorConfig