Ragex. Dllb. Adapter
(Ragex v0.18.0)
View Source
Facade for the dllb storage backend.
Checks Application.get_env(:dllb, :enabled, false) before delegating
to Ragex.Store.Backend.Dllb. When dllb is disabled:
- Write operations (
store_node,store_edge,store_embedding) silently return:ok(no-op) so callers are not disrupted. - Read/query operations (
query,bootstrap,vector_search) return{:error, :dllb_disabled}.
Summary
Functions
Returns true when the dllb backend is enabled in application config.