seasearch add lang support (#515)
Some checks failed
Deploy CI - 13.0 / deploy (push) Has been cancelled

* seasearch add lang support

* Update use_seasearch.md

---------

Co-authored-by: Daniel Pan <freeplant@gmail.com>
This commit is contained in:
JoinTyang 2025-05-07 14:56:19 +08:00 committed by GitHub
parent 386d4334ff
commit a02b25d833
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -111,3 +111,15 @@ After startup the SeaSearch service, you can check the following logs for Whethe
!!! tip "After first time start SeaSearch Server"
You can remove the initial admin account informations in `.env` (e.g., `INIT_SS_ADMIN_USER`, `INIT_SS_ADMIN_PASSWORD`), which are only used in the SeaSearch initialization progress (i.e., the **first time** to start services). But make sure **you have recorded it somewhere else in case you forget the password**.
## Other configurations
### Set tokenization language
By default, SeaSearch use word based tokenizer designed for English/German/French language. You can add following configuration to use tokenizer designed for Chinese language.
```
[SEASEARCH]
enabled = true
...
lang = chinese
```