Ahamed Asif
08/25/2025, 5:28 AMKishore Nallan
08/25/2025, 9:06 AMAhamed Asif
08/26/2025, 7:22 AMembedding
with the name of the field that stores your embeddings.
ExcludeFields: pointer.Any("embedding"), // <=== Don't return the raw floating point numbers in the vector field in the search API response, to save on network bandwidth.
},
},
}
return result is it something like thisKishore Nallan
08/26/2025, 8:19 AMAhamed Asif
08/26/2025, 8:26 AMAhamed Asif
08/26/2025, 8:27 AMKishore Nallan
08/26/2025, 8:44 AM"sort_by": "popularity_score:desc,_vector_distance:asc"