First, make embedding list
$ uv run embed_markdown.py path/to/markdowns
vectors.jsonl
will be saved.
Next, make relation graph from vectors.jsonl
$ uv run create_similarity_graph.py --mode save_graph
then, graph.html
will be saved.
$ uv sync
$ uv sync --group dev
format check
$ uv run mypy .
$ uv run black .
$ uv run ruff check . --fix