A developer is troubleshooting low recall in a vector search. Which THREE factors should be checked? (Choose three.)
A model not trained on similar data may produce poor embeddings.
Why this answer
Embedding model quality (A) directly affects relevance; chunk size and overlap (B) impact granularity; and query embedding quality (D) ensures the search input is properly represented.