Run this project:
Start Ollama in a separate terminal tab (detached mode not supported yet):
ollama run codellamaStart Qdrant:
docker compose up -dRun the CLI application:
mvn clean install spring-boot:run -DskipTestsThe last build step produces an executable jar. You can put the jar on your path and alias it to start this app as a shell command.