Skip to main content

2 docs tagged with "pipeline"

View all tags

Boost.Range

Boost.Range replaces iterator pairs with range objects and provides range adaptors —

RAG Pipeline

Retrieval-Augmented Generation combines everything in this section into one flow: load documents, split them, embed them into a searchable index, then at query time retrieve the relevant chunks and hand them to a model alongside the question.