Skip to content

Commit ac3205f

Browse files
committed
add chunk_family_fields to okp enrichment config
1 parent de8a85a commit ac3205f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/llama_stack_configuration.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -442,6 +442,7 @@ def enrich_solr(ls_config: dict[str, Any], solr_config: dict[str, Any]) -> None:
442442
"parent_total_chunks_field": "total_chunks",
443443
"parent_total_tokens_field": "total_tokens",
444444
"chunk_filter_query": chunk_filter_query,
445+
"chunk_family_fields": ["headings"]
445446
},
446447
"persistence": {
447448
"namespace": constants.SOLR_DEFAULT_VECTOR_STORE_ID,

0 commit comments

Comments
 (0)