Skip to content

disktnk/related-posts

Repository files navigation

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
$ uv sync --group dev

format check

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages