plugins/ruflo-agentdb/commands/embeddings.md
Embedding engine commands:
mcp__plugin_ruflo-core_ruflo__embeddings_status to check the ONNX embedding engine.mcp__plugin_ruflo-core_ruflo__embeddings_init.mcp__plugin_ruflo-core_ruflo__embeddings_search with the user's query (namespace-filtered).mcp__plugin_ruflo-core_ruflo__embeddings_rabitq_build (one-time, after corpus is loaded)mcp__plugin_ruflo-core_ruflo__embeddings_rabitq_search (Hamming-prefilter to top-N candidates)mcp__plugin_ruflo-core_ruflo__embeddings_rabitq_status for index healthmcp__plugin_ruflo-core_ruflo__embeddings_hyperbolic (Poincare ball model).mcp__plugin_ruflo-core_ruflo__embeddings_neural exists; in normal use it's covered by embeddings_init + embeddings_generate.