intermediateSpring AI — Core, ChatClient & RAG
Explain the full RAG ingestion pipeline in Spring AI.
Load with a DocumentReader (Pdf/Text/Tika), split with TokenTextSplitter into chunks (512-1024 tokens with 10-20% overlap is a common starting point), embed each chunk with an EmbeddingModel, and store chunks+metadata+embedding via VectorStore.add(documents).
This is a Pro question
Sign in, then upgrade to Pro or Power to unlock this question and the full Interview Prep bank.
Explain the full RAG ingestion pipeline in Spring AI.