Skip to content

Follow up on API design discussion for multi-partition CAGRA search #2281

Description

@jamxia155

#2035 introduces multi-partition CAGRA search by overloading the search API in the CAGRA public header. A discussion on the PR suggests creating a new multi-partition index class that provides an abstraction for a collection of indices to be searched together:

template <typename BaseIndex>
struct multi_partition_index {
  std::vector<BaseIndex> partitions;
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions