Ragex.Store.Backend.Dllb (Ragex v0.18.1)

View Source

dllb-backed storage implementation for Ragex's knowledge graph.

Delegates all operations to Dllb.MetaAST.Query and the dllb connection pool. Provides native HNSW vector search, graph traversal, and full-text search capabilities that are orders of magnitude faster than the ETS brute-force equivalents on large datasets.

Requirements

The dllb server must be running and configured:

config :dllb,
  enabled: true,
  host: "127.0.0.1",
  port: 3009,
  pool_size: 5