Skip to content

Latest commit

 

History

History
50 lines (31 loc) · 1.83 KB

File metadata and controls

50 lines (31 loc) · 1.83 KB

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