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-09-06 09:51:31 +08:00
2026-09-04 22:00:03 +08:00
2026-08-24 19:26:11 +08:00
2026-08-25 20:25:57 +08:00
2026-08-05 16:00:08 +08:00
2026-07-28 09:56:26 +08:00
2026-07-24 17:04:37 +08:00
2026-08-25 18:59:00 +08:00
2026-09-07 17:00:29 +08:00
2026-09-06 09:54:55 +08:00
2026-08-14 00:48:40 +08:00
2026-07-28 17:07:17 +08:00
2026-09-06 09:51:31 +08:00
2026-09-06 09:51:31 +08:00
2026-08-14 00:48:40 +08:00
2026-08-05 16:00:08 +08:00
2026-09-06 09:51:31 +08:00
2026-08-14 00:48:40 +08:00
2026-08-05 16:00:08 +08:00
2026-08-05 16:00:08 +08:00