Skip to content

Repository files navigation

Setup

$ uv sync

Run

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.

Development

$ uv sync --extra dev

format check

$ uv run ruff format .
$ uv run ruff check . --fix
$ uv run mypy .

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages