# entelix-rag
[](https://docs.rs/entelix-rag)
[](https://crates.io/crates/entelix-rag)
[](https://github.com/junyeong-ai/entelix/blob/main/LICENSE)
Algorithmic RAG primitives — `Document` with provenance + lineage, `DocumentLoader` / `TextSplitter` / `Chunker` traits, `IngestionPipeline`, and the `CorrectiveRagAgent` (CRAG) recipe over the standard `Agent<S>` envelope. Concrete source connectors and tokenizer-accurate splitters ship as companion crates.
Part of the [`entelix`](https://github.com/junyeong-ai/entelix) agentic-AI SDK workspace — see the [workspace README](https://github.com/junyeong-ai/entelix#readme) for project overview, quickstart, examples, and architecture.
## Documentation
- API reference: <https://docs.rs/entelix-rag>
- Workspace overview: <https://github.com/junyeong-ai/entelix>
## License
MIT — see [LICENSE](https://github.com/junyeong-ai/entelix/blob/main/LICENSE).