We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
chunk_family_fields
1 parent de8a85a commit 040ff3aCopy full SHA for 040ff3a
1 file changed
src/llama_stack_configuration.py
@@ -442,6 +442,7 @@ def enrich_solr(ls_config: dict[str, Any], solr_config: dict[str, Any]) -> None:
442
"parent_total_chunks_field": "total_chunks",
443
"parent_total_tokens_field": "total_tokens",
444
"chunk_filter_query": chunk_filter_query,
445
+ "chunk_family_fields": ["headings"]
446
},
447
"persistence": {
448
"namespace": constants.SOLR_DEFAULT_VECTOR_STORE_ID,
0 commit comments