-
Notifications
You must be signed in to change notification settings - Fork 0
AD-19 Cloud embedding uplift #24
Copy link
Copy link
Open
Labels
embeddingsSemantic search and embedding-related features.Semantic search and embedding-related features.priority:mediumMedium priority issue.Medium priority issue.roadmapTopic roadmap or larger direction of work.Topic roadmap or larger direction of work.
Milestone
Metadata
Metadata
Assignees
Labels
embeddingsSemantic search and embedding-related features.Semantic search and embedding-related features.priority:mediumMedium priority issue.Medium priority issue.roadmapTopic roadmap or larger direction of work.Topic roadmap or larger direction of work.
Objective
Add optional premium cloud embeddings (for example
text-embedding-3-large) alongside the local/defaultbge-m3.Context
The MVP is designed to operate locally with predictable costs, but some teams may accept cloud costs for improved retrieval quality. Offering an optional premium path allows teams to choose quality over cost where appropriate.
Scope
bge-m3(default) or optional premium cloud models (example:text-embedding-3-large).docs/embedding.md.Rationale
Local, predictable costs support the MVP, but offering premium cloud embeddings can materially improve semantic search quality in very large repositories where local embeddings are insufficient.
Benefits
Definition of Done
text-embedding-3-large) with safe fallback tobge-m3.docs/embedding.md.Milestone
1.0 Stabilize MVP