From f810e4744a3cfad63af9dec3ee9b1c1c8e6a6f3a Mon Sep 17 00:00:00 2001 From: Geir Eilertsen Date: Wed, 4 Dec 2024 08:53:16 +0100 Subject: [PATCH] updated README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ad2fdf2..448a047 100644 --- a/README.md +++ b/README.md @@ -34,14 +34,14 @@ that contains the application.yml configuration file. The Spring AI implemented brain is in the marvin.brain.springai module. It needs a vector store to work. -Use a docker container to run the vector store. There is a docker compose file in the marvin.brain.springai docker folder. +Use a docker container to run the vector store. There is a docker compose file at project root. If you use intellij, there are two run configs bundled with the project. One for runtime and one that includes populating the vector store. If not, to trigger the vector store population, include the Spring profile 'teach' when starting the application. -When the application has started, open localhost:8080 in your browser. You can ask Marvin questions and give commands in natural language. +When the application has started, open localhost:9090 in your browser. You can ask Marvin questions and give commands in natural language. ## How to build Marvin Maven is used to build Marvin.