Skip to content

disktnk/related-posts

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages