Configuration
Base config
Base Configuration
The base configuration for Quivr provides essential settings for your brain. These settings control the core functionality of your Quivr instance.
Configuration Options
Brain Settings
name
: Name of your braindescription
: Optional description of what the brain containsmodel
: The LLM model to use (e.g., “gpt-4”, “claude-2”)temperature
: Controls randomness in responses (0.0 to 1.0)
Storage Settings
storage_type
: Type of storage backend (“local”, “s3”, etc.)storage_path
: Path for local storage or bucket name for S3
Embedding Settings
embedding_model
: Model to use for creating embeddingsembedding_dimension
: Dimension of the embedding vectors
Example Configuration
For more advanced configuration options, see the Configuration Guide.