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

Add new property to define operation #458

Merged
merged 2 commits into from
Feb 7, 2024

Commits on Feb 7, 2024

  1. Add new proprty to define operation

    Previosuly we only support bulk as source format. We want to
    extend Documents to support more source formats.
    However, not every format is similar. For Vector Search we want
    to use HDF5/BIG_ANN formats that don't support file offset table.
    Hence, add property to decide whether they support specific operation
    or not.
    
    Signed-off-by: Vijayan Balasubramanian <balasvij@amazon.com>
    VijayanB committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    d728c7b View commit details
    Browse the repository at this point in the history
  2. Add hdf5 and big ann as new supported format

    Signed-off-by: Vijayan Balasubramanian <balasvij@amazon.com>
    VijayanB committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    9832c1e View commit details
    Browse the repository at this point in the history