diff --git a/README.md b/README.md index 2c096fb..caaf337 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,13 @@ # Minimal Chat application using Spring AI -This project is a Java application that integrates a Chat UI powered by Ollama using Vaadin UI. It provides a responsive interface for interacting with Ollama's conversational models. +This project is a Java application that integrates a Chat UI powered by [Ollama](https://ollama.com/) Mistral LLM model using and using [Vaadin UI](https://vaadin.com/flow). It provides a responsive interface for interacting with Ollama's conversational models. +The project is intended as starting point for building your own Java LLM applications. [Spring AI](https://docs.spring.io/spring-ai/reference/index.html) helps you to switch between different LLM provides. -vaadin-spring-ai-open-ai-chat +vaadin-spring-ai-ollama-ai-chat ## Features - Full-stack application with Vaadin frontend and Spring Boot backend. -- Real-time chatting capability using local Ollama in Docker container. +- Real-time chatting capability using local Ollama in a local Docker container. - Dynamic message streaming and display of Markdown. ## Prerequisites