~/.openground/config.json.
Commands
show
Display current configuration.Options
Show only hardcoded defaults (ignore user config)
Example
get
Get a specific configuration value.Arguments
Config key (use dot notation like
embeddings.chunk_size)Example
set
Set a configuration value.Arguments
Config key (use dot notation like
embeddings.chunk_size)Value to set. Supports:
- Plain strings:
openground config set db_path /custom/path - Numbers:
openground config set query.top_k 10 - Booleans:
openground config set sources.auto_add_local false - JSON literals:
openground config set embeddings '{"chunk_size": 1024}'
Validation
embeddings.embedding_backendmust be eithersentence-transformersorfastembed
Examples
path
Print the path to the configuration file.reset
Reset configuration to defaults (deletes the config file).Options
Skip confirmation prompt.Aliases:
-yExample
Configuration Keys
See the Configuration Reference for a complete list of configuration options.Common Use Cases
Increase Query Results
Use Larger Chunks
Change Embedding Backend
Disable Auto-Save to sources.json
Use Custom Database Location
Increase Extraction Concurrency
Related Commands
- openground config-reference - Complete configuration reference
- openground add - Add documentation
- openground query - Search documentation