Merged
Conversation
…integration guide for GigaMap.
* Update JVector to 4.0.0-rc.7 * Rename `FusedADC` to `FusedPQ` across codebase and documentation for consistency.
* Track background optimization state in `BackgroundOptimizationManager` and provide testing utilities. * Remove background optimization state access methods from `VectorIndex` and update tests
* Add factory methods and builders for VectorIndexConfiguration * Add comprehensive unit tests for `VectorIndexConfiguration` API
* Add `NullSafeVectorValues` to prevent NPE/NaN during JVector graph traversal * Add comprehensive tests for entity removal
* Optimize vector operations by consolidating validation logic and introducing `internalUpdate` for efficient index updates. * Clarify `vectorize()` method limitations across documentation and README. * Update exceptions in `VectorIndex` and align documentation Switch from `IllegalArgumentException` to `IllegalStateException` for null vector handling in `VectorIndex`, and update related documentation and README for consistency.
* Refactor `VectorIndexConfiguration`: remove redundant background persistence and optimization flags. * Update docs
# Conflicts: # docs/modules/ROOT/nav.adoc # docs/modules/gigamap/pages/indexing/index.adoc
zdenek-jonas
approved these changes
Feb 5, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This pull request introduces a JVector integration in GigaMap.
The JVector index adds vector similarity search capabilities to entities stored in a GigaMap.
Readme