RAG knowledge infrastructure with provider-neutral storage adapters.
Early Preview — lorebit is being designed as a general-purpose, local-first RAG knowledge engine. It is not a database product, and it is not limited to DevCodex. The core SDK and the @devcodex/lorebit npm package are not published yet.
The intended user path is:
source → ingest → normalize → chunk → embed/index
→ retrieve → rerank → context pack + citations
→ update / delete / reindex
The core will coordinate that lifecycle. Database and index backends are replaceable adapters; lorebit will not implement a database engine.
The Chinese-first documentation source lives in docs/, with a matching English surface. Rspress configuration and build tooling live in website/; GitHub Pages publishes the static site at devcodex-labs.github.io/lorebit.
The documentation explains the product boundary, RAG workflow, knowledge lifecycle, adapter model, and roadmap without presenting design proposals as released API.
- Product boundary: frozen for the initial implementation phase.
- Documentation site: Rspress + GitHub Pages preview.
- Core SDK, database adapters, npm release: not part of this repository's first documentation-site delivery.
Apache-2.0. See LICENSE.