I think high level index should ignore the specific implement of quantization and io type, So the quantization and io components can be managed by new layer DataCell which provide different data access interface to the index layer. just like the following show
this abstract layered approach may facilitate scalability and code reuse
currently we only have index layer, so the issue will provide Datacell Layer and Operator Layer in this feature.
the related pull requests:
I think high level index should ignore the specific implement of quantization and io type, So the quantization and io components can be managed by new layer DataCell which provide different data access interface to the index layer. just like the following show
this abstract layered approach may facilitate scalability and code reuse currently we only have index layer, so the issue will provide Datacell Layer and Operator Layer in this feature. the related pull requests:
25
34
37
41
35
59
60
61
62
79
80
96
111
114
125
todo tasks: