Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AzureConfig ¶
type CommunityConfig ¶
type Config ¶
type Config struct {
DataDir string `mapstructure:"data_dir"`
LLM LLMConfig `mapstructure:"llm"`
Indexing IndexingConfig `mapstructure:"indexing"`
Community CommunityConfig `mapstructure:"community"`
Server ServerConfig `mapstructure:"server"`
}
type HuggingFaceConfig ¶
type IndexingConfig ¶
type LLMConfig ¶
type LLMConfig struct {
Provider string `mapstructure:"provider"`
Azure AzureConfig `mapstructure:"azure"`
Ollama OllamaConfig `mapstructure:"ollama"`
HuggingFace HuggingFaceConfig `mapstructure:"huggingface"`
}
type OllamaConfig ¶
type ServerConfig ¶
Click to show internal directories.
Click to hide internal directories.