=== AIT AI Related Posts ===
Contributors: rustaurius
Tags: related posts, internal linking, ai, semantic search, embeddings
Requires at least: 6.0
Tested up to: 7.0
Stable tag: 1.0.0
License: GPLv2 or later

Uses AI embeddings to show related posts/pages by meaning (semantic similarity), without relying on categories/tags.

== Description ==

AIT AI Related Posts builds an embedding index of your content and displays related items based on semantic similarity.

== External Services ==

This plugin can connect to the **OpenAI API** to index items so that related ones can be displayed for a post.

When enabled, requests may include:
- The post test
- Post meta data
- Post taxonomy data
- Additional post information

OpenAI policies:
- Terms of service: https://openai.com/policies/row-terms-of-use/
- Privacy policy: https://openai.com/policies/row-privacy-policy/

== Installation ==

1. Upload the plugin folder to /wp-content/plugins/
2. Activate the plugin.
3. Go to AI Related Posts → Settings and add your OpenAI API key.
4. Use Tools tab to build index and generate recommendations.

== Changelog ==

= 1.0.0 =
* Initial release