ReMe/reme/config/light.yaml
jinliyl 5b801c0d3e
refactor(file_io): update file I/O operations and truncation logic (#177)
* refactor(file_io): update file I/O operations and truncation logic

* refactor(memory): update file-based memory compaction logic
2026-03-25 20:21:37 +08:00

38 lines
649 B
YAML

as_llms:
default:
backend: openai
model_name: qwen3.5-plus
thread_pool_max_workers: -1
as_llm_formatters:
default:
backend: openai
as_token_counters:
default:
backend: rule
token_count_estimate_divisor: 3.75
embedding_models:
default:
backend: openai
dimensions: 1024
use_dimensions: false
enable_cache: true
max_batch_size: 10
max_cache_size: 2000
max_input_length: 8192
file_stores:
default:
backend: chroma
embedding_model: default
store_name: "reme"
file_watchers:
default:
backend: full
file_store: default
suffix_filters: [ ".md" ]
recursive: false