roni
App switched to use Milvus instead of Annoy
e873d33
raw
history blame contribute delete
261 Bytes
setup:
python -m venv venv
venv/bin/pip install -r requirements.txt
venv/bin/pip install -r requirements-dev.txt
format:
venv/bin/black .
check-code: lint-python check-formatting
check-formatting:
venv/bin/black --check .
lint-python:
venv/bin/ruff .