Skip to content
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

vecindex: support deleting vectors from C-SPANN index #135230

Merged
merged 1 commit into from
Nov 15, 2024

Commits on Nov 15, 2024

  1. vecindex: support deleting vectors from C-SPANN index

    Add Delete method to the vector index, which attempts to remove a vector
    from the index, given its value and primary key. Delete may not be able
    to locate the vector in the index, leaving a "dangling vector" reference
    which other methods need to take care not to ignore.
    
    Epic: CRDB-42943
    
    Release note: None
    andy-kimball committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    279d2c0 View commit details
    Browse the repository at this point in the history