This project is part of Hack Week 24, to learn how to integrate Elixir and the Phoenix Framework with Large Language Models
- clone the mentor project
- cd into the
mentor
directory - run
mix deps.get
andiex -S mix phx.server
- optional To leverage a remote ollama instance, please create an
.env
file and update theOLLAMA_API_ENDPOINT=
variable and runsource .env
- optional To leverage a remote ollama instance, please create an
- Open
http://127.0.0.1:4000/
- Integrate with ollama
- Render Markdown
- Select LLMs
- Retrieval Augmented Generation (RAG)