## Expected Behavior According to its [type annotations](https://github.com/microsoft/DiskANN/blob/4162c2118908cf55e719c0cdfdcd50b9069bef8f/python/src/_static_disk_index.py#L148), `batch_search` is expected to return a named tuple. ## Actual Behavior It returns a normal tuple.