OpenMetadata/openmetadata-spec
Pere Miquel Brull c9a5bdb1f0
Some checks are pending
Java Checkstyle / java-checkstyle (push) Waiting to run
Maven Collate Tests / maven-collate-ci (push) Waiting to run
OpenMetadata Service Unit Tests / Detect Changes (push) Waiting to run
OpenMetadata Service Unit Tests / openmetadata-service-unit-tests (push) Blocked by required conditions
OpenMetadata Service Unit Tests / k8s_operator-unit-tests (push) Blocked by required conditions
OpenMetadata Service Unit Tests / openmetadata-service-unit-tests-status (push) Blocked by required conditions
fix(search): enable vector embeddings on context_memory_search_index (#28374)
Add the embedding fields (fingerprint, textToEmbed, chunkIndex,
chunkCount, parentId) to all locale variants of the context_memory
mapping and include dataAssetEmbeddings in its parentAliases.
Without fingerprint, OsUtils.addKnnVectorSettings() returned early
and never injected the knn_vector embedding field; without the
alias, vector search at /dataAssetEmbeddings/_search never fanned
out to the context memory index. Both gates are now satisfied so
ContextMemory participates in semantic search alongside tables,
glossary terms, and knowledge pages.

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-22 17:35:24 +02:00
..
src fix(search): enable vector embeddings on context_memory_search_index (#28374) 2026-05-22 17:35:24 +02:00
lombok.config Issue-19251: Upgrade dropwizard to 4.x and Jetty to 11.x (#19252) 2025-05-27 20:31:59 +05:30
pom.xml Fix Metrics collection; reduce no.of metrics; improve slow request lo… (#25751) 2026-03-13 13:38:31 -07:00