-
Notifications
You must be signed in to change notification settings - Fork 117
vector index maintainer #3738
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vector index maintainer #3738
Conversation
71cc760 to
7f1d54e
Compare
bdcc506 to
aa1d6d4
Compare
aa1d6d4 to
15e7df6
Compare
Merge remote-tracking branch 'upstream/main' into vector-index-maintainence
fdb-extensions/src/main/java/com/apple/foundationdb/async/hnsw/CompactStorageAdapter.java
Show resolved
Hide resolved
fdb-extensions/src/main/java/com/apple/foundationdb/async/hnsw/HNSW.java
Show resolved
Hide resolved
fdb-extensions/src/main/java/com/apple/foundationdb/async/hnsw/HNSW.java
Show resolved
Hide resolved
fdb-extensions/src/main/java/com/apple/foundationdb/async/hnsw/Config.java
Outdated
Show resolved
Hide resolved
fdb-extensions/src/main/java/com/apple/foundationdb/linear/RealVector.java
Outdated
Show resolved
Hide resolved
...st/java/com/apple/foundationdb/record/provider/foundationdb/indexes/VectorIndexTestBase.java
Outdated
Show resolved
Hide resolved
...c/test/java/com/apple/foundationdb/record/provider/foundationdb/indexes/VectorIndexTest.java
Outdated
Show resolved
Hide resolved
...c/test/java/com/apple/foundationdb/record/provider/foundationdb/indexes/VectorIndexTest.java
Show resolved
Hide resolved
...st/java/com/apple/foundationdb/record/provider/foundationdb/indexes/VectorIndexTestBase.java
Outdated
Show resolved
Hide resolved
...st/java/com/apple/foundationdb/record/provider/foundationdb/indexes/VectorIndexTestBase.java
Outdated
Show resolved
Hide resolved
Merge remote-tracking branch 'upstream/main' into vector-index-maintainence
alecgrieser
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great, overall, looks good!
A few small things. One is that I think the handling of snapshot isolation level is still not quite in the index scan method, as it should figure that out from the ExecuteProperties rather than being hard-coded. The other is a request for an additional test of HNSW_RETURN_VECTORS, though it's maybe overkill
fdb-extensions/src/main/java/com/apple/foundationdb/async/hnsw/Config.java
Show resolved
Hide resolved
fdb-extensions/src/main/java/com/apple/foundationdb/async/hnsw/Config.java
Show resolved
Hide resolved
.../java/com/apple/foundationdb/record/provider/foundationdb/indexes/VectorIndexMaintainer.java
Outdated
Show resolved
Hide resolved
...om/apple/foundationdb/record/provider/foundationdb/indexes/VectorIndexMaintainerFactory.java
Show resolved
Hide resolved
...java/com/apple/foundationdb/record/provider/foundationdb/VectorIndexScanComparisonsTest.java
Show resolved
Hide resolved
Merge remote-tracking branch 'upstream/main' into vector-index-maintainence
No description provided.