huggingface / dataset-viewer

Backend that powers the dataset viewer on Hugging Face dataset pages through a public API.
https://huggingface.co/docs/dataset-viewer
Apache License 2.0
686 stars 76 forks source link

Removing has_fts field from split-duckdb-index #2962

Closed AndreaFrancis closed 3 months ago

AndreaFrancis commented 3 months ago

Context: https://github.com/huggingface/dataset-viewer/pull/2928#discussion_r1652733919

I'm removing the has_fts field from split-duckdb-index, given that now, the stemmer field will indicate if the split supports the feature. stemmer=None means no FTS; otherwise, it does.