NVIDIA / NVIDIA/cuvs

[QST] updating an index

Open
#295 4 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

question
Dominant language
Cuda
Stars
854
Forks
236
Avg merge
3d 3h
Merged PRs (30d)
62

Description

I am wondering if there is a way to update the index incrementally? For example in CAGRA, I see a build method which accepts the whole dataset, but is it possible insert the dataset in chunks, or even single vectors at one time without building a totally new index?

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reading the CAGRA build method and the surrounding index API mentioned in the question. Determine whether the current interface supports adding chunks or single vectors without rebuilding; done should be a documented, tested decision about incremental updates or their absence.

Written by the indexing model from the issue text.

Assessment

Domain
machine-learning, search
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.