mirror of
https://github.com/qdrant/qdrant.git
synced 2026-08-05 17:40:55 -05:00
* charabia tokenizer for CJK, init * add charabia to .proto * generate grpc docs * rename charabia to multilingual * disable charabia default features * ignore stopwords and separators in tokenizer * fix rebase conflict * fix test * fix test * Bump `charabia` crate version... ...and enable `charabia` features that does not require any additional dependencies by default * Expose optional `charabia` features in the `segment` crate * Expose optional `charabia` features in the `qdrant` crate * fix codespell * more regression tests * more regression tests * make language-specific tests feature-flagged --------- Co-authored-by: Anatolii Smolianinov <zarkonesmall@gmail.com> Co-authored-by: Roman Titov <ffuugoo@users.noreply.github.com>
7 lines
222 B
Plaintext
7 lines
222 B
Plaintext
[codespell]
|
|
# openapi.json is typically a released version and could carry old typos
|
|
skip = .git,*.pdf,*.svg,openapi.json,key.pem,Cargo.lock
|
|
# hel - Query token
|
|
# generall - the boss
|
|
ignore-words-list = crate,hel,generall
|