vectorai icon indicating copy to clipboard operation
vectorai copied to clipboard

Add support for chunking in get and set_fields

Open boba-and-beer opened this issue 4 years ago • 0 comments

When chunking, we need to add support for get_field and set_field using the following schema: get_field('doc.0.product_id') -> should return the first chunk whereas get_field('doc.1.product_id') should return the second chunk. ('doc.product_id') if exists within a chunk should return a list of values from the chunks.

boba-and-beer avatar Nov 27 '20 12:11 boba-and-beer