/**
 * Embedding pipeline — text (BGE-M3, 1024-dim) + images (CLIP ViT-L/14, 768-dim).
 * Uses @huggingface/transformers (ONNX Runtime) for local inference.
 *
 * NOTE: This is a stub implementation. The actual @huggingface/transformers
 * integration will be wired once we confirm ONNX model availability.
 * For now, it provides the CLI structure and DB queries.
 */
export {};
//# sourceMappingURL=embed.d.ts.map