You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(search-index): replace ConcurrentCollectionFactory with ConcurrentHashMap.newKeySet #200
This change replaces the usage of `ConcurrentCollectionFactory` with `ConcurrentHashMap.newKeySet` for creating a concurrent set of unchecked IDs, simplifying the dependency and utilizing a more direct approach for concurrent set creation in `DiskSynchronizedEmbeddingSearchIndex`.
0 commit comments