Package org.springframework.ai.rag
@NonNullApi
@NonNullFields
package org.springframework.ai.rag
This package contains the core interfaces and classes supporting Retrieval Augmented
Generation flows.
It's inspired by the Modular RAG Architecture and provides the necessary building blocks to define and execute RAG flows.
- See Also:
-
ClassDescriptionRepresents a query in the context of a Retrieval Augmented Generation (RAG) flow.