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

[Implementation] Add integration tests to remote-vector-index-builder core #19

Open
11 tasks
rchitale7 opened this issue Mar 4, 2025 · 0 comments
Open
11 tasks
Labels
enhancement New feature or request Roadmap:Vector Database/GenAI Project-wide roadmap label untriaged

Comments

@rchitale7
Copy link
Member

Description

This issue tracks implementation of integration tests for the remote-vector-index-builder core library.

  • create_vectors_dataset
    • Validate that vector and doc id blobs are successfully read from s3 into numpy array, for 1 and 5 GB vector blobs
    • Validate that vector and doc id blobs do not get read, when checksums are invalid
    • Validate that vector and doc id blobs do not get read, when credentials are invalid
  • build_gpu_index
    • Validate that index is created, for 1 and 5 GB vector blobs
  • upload_index
    • Validate that index is successfully uploaded to s3, for 1 and 5 GB vector blobs
    • Validate that index does not get uploaded, when checksums are invalid
    • Validate that index does not get uploaded, when credentials are invalid
  • End-to-end integration test that calls create_vectors_dataset, build_gpu_index, and upload_index in sequence
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Roadmap:Vector Database/GenAI Project-wide roadmap label untriaged
Projects
Status: New
Development

No branches or pull requests

1 participant