feat(python): support model-backed native FTS tokenizers

This commit is contained in:
Xuanwo
2026-04-20 10:03:16 +08:00
parent c54888a83a
commit f54842ccaf
11 changed files with 672 additions and 45 deletions

View File

@@ -94,11 +94,11 @@ of raw SQL strings with [where][lancedb.query.LanceQueryBuilder.where] and
## Full text search
::: lancedb.fts.create_index
Use [lancedb.table.Table.create_fts_index][] for the synchronous API or
[lancedb.table.AsyncTable.create_index][] with [lancedb.index.FTS][] for the
asynchronous API.
::: lancedb.fts.populate_index
::: lancedb.fts.search_index
::: lancedb.index.FTS
## Utilities