config/types.yaml hinzugefügt
All checks were successful
Deploy mindnet to llm-node / deploy (push) Successful in 3s

This commit is contained in:
Lars 2025-11-07 09:36:25 +01:00
parent f66cdc70b2
commit 3a3907e1b6

14
config/types.yaml Normal file
View File

@ -0,0 +1,14 @@
version: 1.0
types:
concept:
chunk_profile: medium
edge_defaults: [references, related_to]
retriever_weight: 1.0
task:
chunk_profile: short
edge_defaults: [depends_on, belongs_to]
retriever_weight: 0.8
experience:
chunk_profile: medium
edge_defaults: [derived_from]
retriever_weight: 0.9