This implements a getter for row_infos according to the proposal in the multivec spec document, where row_infos is a string dataset under the /info group.
Why is it necessary?
This allows us to store row_infos that have sizes above the hdf5 .attrs limits.
Description
What was changed in this pull request?
This implements a getter for
row_infos
according to the proposal in the multivec spec document, whererow_infos
is a string dataset under the /info group.Why is it necessary?
This allows us to store row_infos that have sizes above the hdf5 .attrs limits.
Fixes #___
Checklist
black .