You might also want to use the distance_threshold ...
# community-help
j
You might also want to use the distance_threshold parameter to fine tune the semantic search like this:
Copy code
{
  "query_by": "text_field, embedding",
  "vector_query": "embedding([], k: 200, distance_threshold: 1.0)",
  "page": 1,
  "per_page": 10
}