Expand description
Per-table vector engine handle.
Engine is the public unit the Redis-Stack-style FT.*
command handlers in dynomite::vector hand out. Each engine
owns one VectorStore table; concurrent engines for
different tables are independent.
The shape is intentionally narrow: the FT.* command pathway only needs upsert / get / delete / search / stats / drop, plus a few accessors for introspection.
Structsยง
- Engine
- Per-table engine handle.