Skip to content

NachoBrito/rag-example

Repository files navigation

RAG example project

This project is a Retrieval-Autmented Generation system that runs locally, thanks to several open source initiatives:

How to run the system

Use the standard micronaut command to run the server:

mvn mn:run

Once the system is up, visit this url with your browser: http://localhost:8080, and use the text box to type in any question: Screenshot

The server will use the information provided by the Farmin FAQ Assystant Dataset by Viswa Prakash to provide context to an LLM (Llama-3.2 in this case) so that the answer to your question will be grounded in factual data, avoiding hallucinations.

Micronaut 4.8.2 Documentation


Feature micronaut-aot documentation

Feature maven-enforcer-plugin documentation

Feature serialization-jackson documentation

About

Example 100% local RAG application with micronaut, LangChain4J, JLama.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published