Skip to main content

Spring-Ai

2024

Create a RAG Chatbot With Spring AI
Spring-Ai Rag Vaadin Web Pgvector
This guide explains how to create a Retrieval-Augmented Generation (RAG) chatbot using Spring AI and Vaadin. It covers project setup, application configuration, backend and frontend development, document parsing with TikaDocumentReader, embedding generation with OpenAI, and storage in PostgreSQL using PGvector. It also shows how to build a chat interface for interacting with uploaded documents.