-
Hi, I am using Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
You can restrict using Cosmos Query with LIMIT statement ordered by date and time. Use container.query_items methods |
Beta Was this translation helpful? Give feedback.
-
@vslepakov, are you doing a vector search? If so, see here for top and skip support: If you are doing a get, then you have to supply the set of record ids, so this limits the result set already to only include the records you request. |
Beta Was this translation helpful? Give feedback.
@vslepakov, are you doing a vector search? If so, see here for top and skip support:
https://learn.microsoft.com/en-us/semantic-kernel/concepts/vector-store-connectors/vector-search?pivots=programming-language-python#top-and-skip-1
If you are doing a get, then you have to supply the set of record ids, so this limits the result set already to only include the records you request.