$ uv syncFirst, make embedding list
$ uv run embed_markdown.py path/to/markdownsvectors.jsonl will be saved.
Next, make relation graph from vectors.jsonl
$ uv run create_similarity_graph.py --mode save_graphthen, graph.html will be saved.
$ uv sync --extra devformat check
$ uv run ruff format .
$ uv run ruff check . --fix
$ uv run mypy .