ποΈ Spring AI RAG
Spring AI provides support for RAG.
ποΈ Embedding Model
Spring AI provides EmbeddingModel to embed text. EmbeddingModel extends from Model.
ποΈ VectorStore
VectorStore in the spring-ai-vector-store module is the interface to manage and query documents in a vector database.
ποΈ Vector Stores
1 item
ποΈ Modular RAG
The spring-ai-rag module in Spring AI provides support for modular RAG. This module defines common interfaces for different phases of modular RAG. It also provides RetrievalAugmentationAdvisor as the entry point of using modular RAG.