v2.0.1
Added:
- Expose internal vector array of
VectorTextItemfromVectorTextResultItem.Vectorsproperty, to make vector array accessible for consuming code in cases where access is required. This is mostly for more flexible usage of the library. - Added Overlapping Window text chunking (
TextChunkingMethod.OverlappingWindow) toTextDataLoaderfor enhanced document segmentation with overlapping content, improving metadata extraction and search result relevance.
Fixed:
- When using
Data.TextDataLoaderwithTextChunkingMethod.FixedLengthit was splitting on a space character which wouldn't work correctly with Chinese text characters. This is now fixed to work correctly with Chinese characters too.