Skip to content

Latest commit

 

History

History
50 lines (34 loc) · 1.83 KB

File metadata and controls

50 lines (34 loc) · 1.83 KB

Luxia Documentation Hub

This documentation set is now code-first and aligned to the current implementation.

If you are writing or reviewing methodology sections, start here:

Fast Start

  1. system-overview.md
  2. request-lifecycle.md
  3. worker-pipeline.md
  4. methodology/README.md

Current Architecture Summary

  • socket-hub: Socket.IO ingress, room auth, realtime fanout
  • control-plane-api: token-scoped room/action authorization
  • dispatcher: worker orchestration and delivery fallback logic
  • worker: hybrid corrective RAG verification pipeline
  • frontend: realtime stage/result consumer

Primary storage and retrieval systems:

  • Pinecone (vector retrieval)
  • Neo4j (graph retrieval)
  • SQLite FTS5 (lexical BM25 side-channel)
  • Redis (room queue and credentials)
  • Kafka (optional async transport)

Methodology Pack

The full implementation-level methodology is split for research-grade readability:

Notes

  • Existing docs are treated as implementation references only when validated against source code.
  • No runtime contracts are changed by this docs refresh.

Last verified against code: March 2, 2026