Skip to content

Mark - llama3-groq-tool-use based RAG with capability to perform web search. Built with chainlit UI, Mark has memory and can answer any Minecraft mods-related questions, find information, images and videos.

Notifications You must be signed in to change notification settings

avtorgenii/minecraft-ai-advisor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mark - Minecraft AI Advisor 🌐

RAG Agent with memory 💬, that can perform web search without any external API's.

Based on llama3-groq-tool-use model, that can be ran locally, even on your laptop!

Features

Web search: Users can explicitly note what kind of information thay want to find

  • Text based

    Video GIF

  • Images

    Video GIF

  • Videos

    Video GIF

  • Memory: Mark has ability to remember chat history, and use it to answer questions

    Video GIF

Installation

  1. Clone repo
git clone https://github.com/avtorgenii/minecraft-ai-advisor.git
  1. Create venv and install dependencies
poetry install

Run

To run Mark you need to:

  1. Install Ollama
  2. Pull llama3-groq-tool-use model
ollama run llama3-groq-tool-use:8b
  1. Make Ollama serve, so model would be accessible from python app
ollama serve
  1. In project's root directory
chainlit run app/main.py
  1. Enjoy 💫

Funny moment

During development, when I tried to make model show me video tutorial on how to build Buildcraft quarry, model literally rickrolled me, sending me a link to Never Gonna Give You Up, without performing web search(!!!) 😵.

Shoutout to Meta or groq team for feeding llama a bit too much Reddit threads to make this possible 😤.

About

Mark - llama3-groq-tool-use based RAG with capability to perform web search. Built with chainlit UI, Mark has memory and can answer any Minecraft mods-related questions, find information, images and videos.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published