V0.12.10
Version 0.12.10
This release includes critical bug fixes to enhance the functionality and stability of the document store features.
New Features
- No new features were added in this version.
Bug Fixes
- Fixed an issue in LanceDBDocStore where setting
use_tantivy
toFalse
prevents aValueError
during FTS index creation by ensuringfield_names
is a string. (89a6869) (Eric Ma) - Corrected a
ValueError
increate_fts_index
by changing thefield_names
argument from a list to a string whenuse_tantivy
is set toFalse
. (4ad2dab) (Eric Ma)
Deprecations
- No deprecations in this version.