JianFeeeee
0af38a29c6
feat(vector): Vectorizer 接口加 EmbedImage,支持多模态嵌入扩展
Vectorizer 新增可选的 EmbedImage(img []byte, mime string) (Vector, error):
支持视觉嵌入的实现者(如 CLIP/MobileCLIP)覆写此方法;不支持的
(StaticEmbedder、TFIDFVectorizer)返回 ErrNotSupported 调用方按文本降级。
这是路线 3(完整跨模态检索)的接口基础:后续在 media.Store 里,
Describe 时同时算视觉向量并存库,QueryMedia 做跨模态混合检索。
2026-09-07 17:00:29 +08:00
..
2026-08-14 00:48:40 +08:00
2026-09-04 22:52:30 +08:00
2026-08-14 00:48:40 +08:00
2026-07-03 21:26:55 +08:00
2026-07-03 21:26:55 +08:00
2026-09-07 17:00:29 +08:00
2026-08-05 09:59:30 +08:00
2026-08-05 09:59:30 +08:00
2026-07-25 11:17:31 +08:00
2026-07-25 11:17:31 +08:00
2026-07-29 14:48:23 +08:00
2026-07-29 14:48:23 +08:00
2026-08-12 13:51:40 +08:00
2026-09-04 22:52:30 +08:00
2026-07-16 12:11:16 +08:00
2026-09-06 09:51:31 +08:00
2026-08-05 09:59:30 +08:00
2026-08-05 09:59:30 +08:00
2026-09-07 17:00:29 +08:00
2026-08-14 00:48:40 +08:00