You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
811 B
811 B
Config split: moved new-runtime properties to application-new.yml
This patch keeps shared and legacy defaults in application.yml and moves new-runtime properties into application-new.yml.
Activate the new runtime with:
--spring.profiles.active=new
application-new.yml also sets:
dip.runtime.mode: NEW
So profile selection and runtime mode stay aligned.
Moved blocks:
dip.embedding.*ted.search.*(new generic search tuning, now underdip.search.*)ted.projection.*ted.generic-ingestion.*- new/transitional
ted.vectorization.*keys:generic-pipeline-enableddual-write-legacy-ted-vectorsgeneric-scheduler-period-msprimary-representation-builder-keyembedding-provider
Shared / legacy defaults remain in application.yml.