endpoint: [ENDPOINT] test_name: "index-workflow" test_id: "index workflow" num_runs: 10 show_runs: false setup: - name: delete_index index_name: train_index - name: create_index index_name: train_index index_spec: /home/ec2-user/[PATH]/train-index-spec.json - name: ingest index_name: train_index field_name: train_field bulk_size: 500 dataset_format: hdf5 dataset_path: /home/ec2-user/data/sift-128-euclidean.hdf5 doc_count: 50000 - name: refresh_index index_name: train_index steps: - name: delete_model model_id: test-model - name: delete_index index_name: target_index - name: train_model model_id: test-model train_index: train_index train_field: train_field dimension: 128 method_spec: /home/ec2-user/[PATH]/method-spec.json max_training_vector_count: 50000 - name: create_index index_name: target_index index_spec: /home/ec2-user/[PATH]/index.json - name: ingest index_name: target_index field_name: target_field bulk_size: 500 dataset_format: hdf5 dataset_path: /home/ec2-user/data/sift-128-euclidean.hdf5 - name: refresh_index index_name: target_index - name: query k: 100 r: 1 calculate_recall: true index_name: target_index field_name: target_field dataset_format: hdf5 dataset_path: /home/ec2-user/data/sift-128-euclidean.hdf5 neighbors_format: hdf5 neighbors_path: /home/ec2-user/data/sift-128-euclidean.hdf5