It can be accessed under SEARCH menu : SEARCH > Vector search. This entry allows user to configure vector search.
Attribute configuration
All attributes available in Gally are displayed in the vector search grid.
Parameter | Description |
---|---|
Attribute label | Label of the attribute |
Vectorisable | Is the attribute used in the vector search. If switch to yes, a prompt can be written on this attribute |
Position | Determines the order in the final prompt |
Prompt | Defines how the attribute will be included in the sentence used for search vectorization |
In the example above, The “Product Name” attribute is set to position 1 with the prompt: “The product name is %s” and the “Color” attribute is set to position 2 with the prompt: “and its color is %s”
These are combined into a single sentence based on their positions, resulting in the final prompt used for vector search: “The product name is %s and its color is %s”
This sentence will be filled with the actual attribute values for each product. The %s placeholders are replaced with the respective attribute values during search indexing.