DefaultConfig class abstract

Default configuration for the application

Constructors

DefaultConfig()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

defaultOutputSubdir → const String
defaultTextProcessingMode → const String
Text processing mode default Options: 'technical' or 'textual'
embeddingExtension → const String
Files defaults Extension for embedding files
encoding → const String
Encoding for reading files
maxFileSize → const int
Maximum file size for processing (in bytes)
ollamaModel → const String
Ollama model for embeddings
ollamaTimeoutMs → const int
Ollama request timeout in milliseconds
ollamaUrl → const String
Ollama defaults Ollama server URL