codefor
Development
Install PostgreSQL, pgvector, and uv (if necessary):
brew install postgresql@18
brew install pgvector
curl -LsSf https://astral.sh/uv/0.8.12/install.sh | shLC_ALL="en_US.UTF-8" /opt/homebrew/opt/postgresql@18/bin/postgres -D /opt/homebrew/var/postgresql@18uv python install
uv venv
source .venv/bin/activateuv pip install -r requirements.txt
python index.py
mypy
ruff check --fix
ruff format
deactivate