Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 433 Bytes

File metadata and controls

20 lines (15 loc) · 433 Bytes

Local Retrieval Augmented Generation in Java

Run this project:

Start Ollama in a separate terminal tab (detached mode not supported yet):

ollama run codellama

Start Qdrant:

docker compose up -d

Run the CLI application:

mvn clean install spring-boot:run -DskipTests

The 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.