# Embedding policy Patch K1 Patch K1 introduces the configuration and resolver layer for policy-based document embedding selection. ## Added - `EmbeddingPolicy` - `EmbeddingProfile` - `EmbeddingPolicyCondition` - `EmbeddingPolicyUse` - `EmbeddingPolicyRule` - `EmbeddingPolicyProperties` - `EmbeddingProfileProperties` - `EmbeddingPolicyResolver` - `DefaultEmbeddingPolicyResolver` - `EmbeddingProfileResolver` - `DefaultEmbeddingProfileResolver` ## Example config See `application-new-example-embedding-policy.yml`. ## What K1 does not change - no runtime import/orchestrator wiring yet - no `SourceDescriptor` schema change yet - no job persistence/audit changes yet ## Intended follow-up K2 should wire: - `GenericDocumentImportService` - `RepresentationEmbeddingOrchestrator` to use the resolved policy and profile.