config/types.yaml hinzugefügt
All checks were successful
Deploy mindnet to llm-node / deploy (push) Successful in 3s
All checks were successful
Deploy mindnet to llm-node / deploy (push) Successful in 3s
This commit is contained in:
parent
f66cdc70b2
commit
3a3907e1b6
14
config/types.yaml
Normal file
14
config/types.yaml
Normal 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
|
||||
Loading…
Reference in New Issue
Block a user