Update feature flags

This commit is contained in:
ManyTheFish 2023-04-26 14:58:32 +02:00
parent ff2cf2a5ae
commit 249053e514
3 changed files with 5 additions and 1 deletions

View File

@ -50,3 +50,6 @@ hebrew = ["milli/hebrew"]
japanese = ["milli/japanese"]
# thai specialized tokenization
thai = ["milli/thai"]
# allow greek specialized tokenization
greek = ["milli/greek"]

View File

@ -113,6 +113,7 @@ chinese = ["meilisearch-types/chinese"]
hebrew = ["meilisearch-types/hebrew"]
japanese = ["meilisearch-types/japanese"]
thai = ["meilisearch-types/thai"]
greek = ["meilisearch-types/greek"]
[package.metadata.mini-dashboard]
assets-url = "https://github.com/meilisearch/mini-dashboard/releases/download/v0.2.7/build.zip"

View File

@ -91,4 +91,4 @@ korean = ["charabia/korean"]
thai = ["charabia/thai"]
# allow greek specialized tokenization
greek = []
greek = ["charabia/greek"]