Can you try using vector_query but not having the ...
# community-help
k
Can you try using vector_query but not having the embedding field in
query_by
? When the embedding field is part of query_by list of fields and if it is an auto-generated embedding field, we give preference to that. By not having it in query_by, it will work using the given embedding in
vector_query
.