Documentation
¶
Overview ¶
Package config holds all configuration for notebrain-cli.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
// ChromaPath is the local directory where ChromaDB stores its data.
ChromaPath string
// ChromaMode selects persistent (embedded) or http (standalone server).
ChromaMode string // "persistent" | "http"
// ChromaURL is used when ChromaMode == "http".
ChromaURL string
// VaultName for Obsidian CLI targeting.
VaultName string
// Embedder type: "minilm" or "ollama"
Embedder string
OllamaURL string
OllamaModel string
ChunkSize int
ChunkOverlap int
Limit int
Verbose bool
}
Config holds all configuration for notebrain-cli.
Click to show internal directories.
Click to hide internal directories.