Recommendation

What I Learned Switching My Blog's Embedding Model for Recommendations, With an LLM as a Research Partner featured image

What I Learned Switching My Blog's Embedding Model for Recommendations, With an LLM as a Research Partner

Intro This site’s related-article recommendations run on a tool I built myself: prelims-cli, a CLI wrapper around prelims, which enriches Hugo front matter with various metadata. …

ブログの推薦用軽量embedding modelをBekkoに変えた featured image

ブログの推薦用軽量embedding modelをBekkoに変えた

前回の話はこちらにあるので見てほしい ブログの推薦用軽量embedding modelをBekkoに変えようとして、変えれなかった

ブログの推薦用軽量embedding modelをBekkoに変えようとして、変えれなかった featured image

ブログの推薦用軽量embedding modelをBekkoに変えようとして、変えれなかった

このサイトでは、 prelims-cli を使って関連記事を自前でレコメンドしている。prelims-cliはfrontmatterに色々と情報を付加できるprelimsをCLIで動くようにしたものである。

3 configs add recommend articles into your Hugo blog by GitHub Actions featured image

3 configs add recommend articles into your Hugo blog by GitHub Actions

Hugo has a feature to show keyword based related articles. Yeah, keyword based articles might be useful, for people who can manage keyword, category, etc, constantly. I’d love to …

avatar
Aki Ariga
3ファイル追加してGitHub ActionsでHugoにレコメンド記事を表示する featured image

3ファイル追加してGitHub ActionsでHugoにレコメンド記事を表示する

prelimsとGitHub Actionsを使うことで、Hugoの自分の記事にレコメンド記事を表示できるようになります

avatar
Aki Ariga

prelimsを使ってHugoの記事にレコメンドを追加する

HugoやJekyllの記事にレコメンドを足すためにprelimsを使った

avatar
Aki Ariga