Skip to content

Commit

Permalink
updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
geir-eilertsen committed Dec 4, 2024
1 parent 8c55f28 commit f810e47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit f810e47

Please sign in to comment.