QuestionQ13
Develop AI solutions by using Azure data management servicesYou store embeddings in a property called embedding within an Azure Cosmos DB for NoSQL container.
You must retrieve the five documents most similar to an input embedding.
You need to build the similarity query. What should you do?
- A Use offset pagination.
- B Enforce strong consistency.
- C Group by embedding value.
- D Limit the number of results.
Community Discussion