Skip to content

Retrieval Augmented Generation, Function Calling and Code Generation on GitHub Projects with Java

License

Notifications You must be signed in to change notification settings

matteo4diani/java-retrieval-augmented-generation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages