-
Notifications
You must be signed in to change notification settings - Fork 190
Tracking: Implement Embedding Support #962
Copy link
Copy link
Open
Copy link
Labels
[Type] OverviewComprehensive, high level view of an area of focus often with multiple tracking issuesComprehensive, high level view of an area of focus often with multiple tracking issues
Milestone
Description
Activity
Metadata
Metadata
Assignees
Labels
[Type] OverviewComprehensive, high level view of an area of focus often with multiple tracking issuesComprehensive, high level view of an area of focus often with multiple tracking issues
Type
Projects
- StatusShow more project fieldsIn discussion / Needs decision
Overview
This issue tracks the implementation of embedding support in the WordPress AI plugin. Existing embedding work (#683, #891, #943) should be divided into smaller, independently reviewable PRs rather than combining foundational architecture and user-facing features into large feature PRs.
Proposed Work
Each PR should generally:
developbranchRelated PRs may be stacked when a direct implementation dependency makes that more practical.
Testing
Local models, including Ollama, should be supported as a practical way to test embedding workflows without ongoing provider API costs.
Embeddings generally only need to be regenerated when their source content changes. Similarity calculations and other operations using stored embeddings should not require additional provider requests.
Links to the relevant issues and PRs should be added to the checklist above as the work is defined.