Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: enhance FlexSearch encoding for CJK support (#553)
- Added support for CJK (Chinese, Japanese, Korean) languages in FlexSearch encoding. - Introduced `isCJK` function to detect language and select appropriate encoding method. - Implemented `encodeCJK` and `encodeDefault` functions for different tokenization strategies.
- Loading branch information