entelix-rag 0.5.5

entelix RAG primitives — Document with provenance + lineage, DocumentLoader / TextSplitter / Chunker traits. Algorithmic primitives for retrieval-augmented generation pipelines; concrete source connectors ship as companion crates.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# entelix-rag

[![docs.rs](https://docs.rs/entelix-rag/badge.svg)](https://docs.rs/entelix-rag)
[![crates.io](https://img.shields.io/crates/v/entelix-rag.svg)](https://crates.io/crates/entelix-rag)
[![License: MIT](https://img.shields.io/badge/license-MIT-green?style=flat-square)](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).