Hello, I'm currently implementing vector search an...
# community-help
c
Hello, I'm currently implementing vector search and need some help. When querying my collection with the embeddings the results omit the fields that are embedded. So for example. I've enabled the embedding on the fields "transcript" and "description". Now when I query with those embeddings the results leave the fields "transcript" and "description" empty on the response. Why? Can I set this to return them somehow?