Overview of larql-server features
mainThe larql-server is a high-performance server for vindex knowledge queries and inference. It is built on the thesis that transformer FFN layers are compilable knowledge databases.
Core Capabilities:
- Browse Endpoints:
DESCRIBE,WALK,SELECT,RELATIONS, andSTATS(requires no weights). - Inference: Full forward pass using
WalkFfn(weights are lazy-loaded on the first request). - Knowledge Management: Apply Patch overlays to edit model behavior at runtime without retraining, and use Relation labels (probe-confirmed via
feature_labels.json). - Deployment: Supports multi-model serving from a directory, HuggingFace loading (
hf://paths), API key (Bearer token) authentication, TLS (viarustls), and configurable CORS/concurrency limits.