Expand description
Host-coupled built-in procedure plugins.
These procedures depend on uni-store / uni-algo types that
uni-plugin-builtin cannot reach without a layering inversion
(it depends only on uni-plugin). They live here in uni-query
because that’s where the host dependencies converge.
Registered alongside BuiltinPlugin and ApocCorePlugin from
uni::api::register_builtin_plugins.
Each submodule covers one namespace:
Modules§
- algo
uni.algo.*adapter wrapping the staticuni_algo::algo::AlgorithmRegistry.- create
uni.create.vNode/uni.create.vEdge— ephemeral (transient, in-query) graph entities. The APOCapoc.create.vNode/apoc.create.vRelationshipanalogues from proposal §4.13.1.- fts
uni.fts.query— full-text-search over an FTS index.- graph
uni.graph.{project, drop, list, exists}procedures — named graph-projection lifecycle (M5c.4 / proposal §4.10.3).- schema
uni.schema.*read-only introspection procedures.- search
uni.search— hybrid (vector + FTS) search with RRF fusion.- vector
uni.vector.query— k-nearest-neighbor over a vector index.
Functions§
- default_
host_ plugin_ registry - Construct a fresh
uni_plugin::PluginRegistrypre-loaded with every host-coupled built-in procedure (uni.schema., uni.algo.). - register_
into - Register every host-coupled built-in procedure into
r.