You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
End-to-end integration test that calls create_vectors_dataset, build_gpu_index, and upload_index in sequence, in run_tasks method.
End-to-end integration test that calls _build API to trigger a build request, and monitors status using _status API. _status API can poll for the build until timeout - if timeout is reached or build fails, the test fails.
The text was updated successfully, but these errors were encountered:
rchitale7
changed the title
[Implementation] Add integration tests to remote-vector-index-builder core
[Implementation] Add integration tests to remote-vector-index-builder
Apr 23, 2025
Description
create_vectors_dataset
,build_gpu_index
, andupload_index
in sequence, inrun_tasks
method._build
API to trigger a build request, and monitors status using_status
API._status
API can poll for the build until timeout - if timeout is reached or build fails, the test fails.The text was updated successfully, but these errors were encountered: