Similo: AI Related Posts

설명

Similo uses AI embeddings to find and display semantically related posts — articles that are actually about the same topic, even if they don’t share tags or categories.

Built for professional blogs with hundreds of posts: law firms, consultancies, academic publishers, and anyone whose readers deserve better content discovery.

How it works

  • When a post is published, Similo generates an AI embedding of its content
  • When a reader views a post, Similo compares embeddings to find the most similar articles
  • The most relevant posts are displayed as “Further Reading” at the bottom of each article

Why it’s different

Most related post plugins match by tags or categories. Similo understands meaning — so a post about GDPR enforcement and a post about data privacy fines will be connected, even if they were never tagged the same way.

Requirements

  • No API key needed — embeddings are handled via Similo’s external service.

External Services

This plugin sends post content to an external server to generate AI embeddings for related post detection.

What data is sent: Post title and content (text only)
When: When a post is published or updated
Service: lecto-server.fly.dev

설치

  1. Upload the plugin folder to /wp-content/plugins/
  2. Activate the plugin through the Plugins menu in WordPress
  3. Go to Tools Similo and click Generate All Embeddings to index your existing posts.
  4. Further Reading will automatically appear at the bottom of each post.

FAQ

Which AI model does Similo use?

Similo uses OpenAI’s text-embedding-3-small — a fast, affordable embedding model.

Does it slow down my site?

No. Embeddings are generated once when a post is saved, not on every page load.

What similarity threshold does Similo use?

Posts with a cosine similarity score above 0.7 are shown. This keeps results relevant and avoids noise.

How many related posts are shown?

Up to 5 by default.

I just installed the plugin but no related posts appear.

Go to Tools Similo and click Generate All Embeddings to index your existing posts.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“Similo: AI Related Posts”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Similo: AI Related Posts”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

0.1.0

  • Initial release