From 15eae5ee8da07d937e9b9e9b951c144435ead015 Mon Sep 17 00:00:00 2001 From: tangwang Date: Fri, 26 Dec 2025 16:49:32 +0800 Subject: [PATCH] add image_embedding_512 --- mappings/search_products.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+), 0 deletions(-) diff --git a/mappings/search_products.json b/mappings/search_products.json index 0dc4c91..9d0a5a8 100644 --- a/mappings/search_products.json +++ b/mappings/search_products.json @@ -144,6 +144,20 @@ } } }, + "image_embedding_512": { + "type": "nested", + "properties": { + "vector": { + "type": "dense_vector", + "dims": 512, + "index": true, + "similarity": "dot_product" + }, + "url": { + "type": "text" + } + } + }, "category_path_zh": { "type": "text", "analyzer": "hanlp_index", -- libgit2 0.21.2