Skip to content

Instantly share code, notes, and snippets.

@Aero-Ex
Aero-Ex / Kimodo-Installation-Guide.md
Last active September 2, 2026 18:31
Kimodo-Installation-Guide

Kimodo Local Installation Guide (with Custom Text Encoder)

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.

1. Environment Setup

First, create a fresh Python virtual environment to keep dependencies clean, and activate it.

python -m venv venv
source venv/bin/activate