mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-07 07:55:13 +02:00
28 lines
703 B
YAML
28 lines
703 B
YAML
project: orbit-relationship-verification
|
|
connections:
|
|
orbit:
|
|
driver: sqlite
|
|
path: ../../packages/context/test/fixtures/relationship-benchmarks/orbit_style_product_no_declared_constraints/data.sqlite
|
|
readonly: true
|
|
storage:
|
|
state: sqlite
|
|
search: sqlite-fts5
|
|
git:
|
|
auto_commit: true
|
|
author: "klo <klo@example.com>"
|
|
ingest:
|
|
adapters:
|
|
- live-database
|
|
scan:
|
|
enrichment:
|
|
backend: none
|
|
relationships:
|
|
enabled: true
|
|
llm_proposals: false
|
|
validation_required_for_manifest: true
|
|
accept_threshold: 0.85
|
|
review_threshold: 0.55
|
|
max_llm_tables_per_batch: 40
|
|
max_candidates_per_column: 25
|
|
profile_sample_rows: 10000
|
|
validation_concurrency: 4
|