No description
Find a file
2025-12-31 06:28:44 +03:00
.env.example fix: colors 2025-12-30 07:02:52 +03:00
.gitignore fix: colors and other 2025-12-30 06:28:40 +03:00
.python-version Initial commit 2025-12-29 18:30:08 +03:00
main.py feat: monitor.py, update main.py 2025-12-31 06:28:44 +03:00
monitor.py feat: monitor.py, update main.py 2025-12-31 06:28:44 +03:00
pyproject.toml feat: monitor.py, update main.py 2025-12-31 06:28:44 +03:00
README.md Initial commit 2025-12-29 18:30:08 +03:00
uv.lock feat: monitor.py, update main.py 2025-12-31 06:28:44 +03:00

Local RAG System for Markdown Files

Requirements

  1. Install Ollama
  2. Pull required models:
ollama pull qwen2.5:7b-instruct-q8_0
ollama pull mxbai-embed-large:latest

You can use any model but update model names in .env

Run

cp .env.example .env
uv sync
uv run main.py