There was an error while loading. Please reload this page.
1 parent 03faad5 commit f286375Copy full SHA for f286375
1 file changed
lance_ray/index.py
@@ -228,9 +228,9 @@ def _normalize_distributed_scalar_index_type(
228
) -> tuple[str, str | IndexConfig]:
229
"""Return the logical type and worker input for a distributed scalar index.
230
231
- ``IndexConfig`` is a Core plugin configuration, whose type names are lowercase.
232
- Keep the caller-owned configuration immutable while normalizing its type. FTS is
233
- a public alias for Core's ``inverted`` plugin.
+ Keep the caller-owned configuration immutable while normalizing its type for the
+ worker. ``IndexConfig`` plugin names are normalized to lowercase; FTS is a
+ public alias for Core's ``inverted`` plugin.
234
"""
235
if isinstance(index_type, str):
236
logical_index_type = index_type.upper()
0 commit comments