This project is a Retrieval-Autmented Generation system that runs locally, thanks to several open source initiatives:
Use the standard micronaut command to run the server:
mvn mn:runOnce the system is up, visit this url with your browser: http://localhost:8080, and use the text box to type in any
question:

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.