Expand description
Index kind plugins — custom vector, FTS, geo indexes.
Structs§
- Index
Kind - Identifier for an index kind (
"vector","fts","hnsw", …).
Traits§
- Index
Build - In-flight index build (write side).
- Index
Handle - Queryable, persistable index handle (read side).
- Index
Kind Provider - An index-kind provider that knows how to build / open / probe / persist a custom index.