This guide walks through setting up Kimodo from scratch, downloading a custom text encoder (KIMODO-Meta3_llm2vec_NF4), and forcing the application to use your local offline model instead of making API calls to Hugging Face.
First, create a fresh Python virtual environment to keep dependencies clean, and activate it.
python -m venv venv
source venv/bin/activate