The state for the next page of results, which may be stored on the client side to drive pagination.
If this is null, there are no more results to fetch, and the client should stop paginating.
The records present in the findAndRerank page, with any mappings applied.
Optional sortThe sort vector used to perform the vector search, if applicable.
This is only applicable when using vector search and FindAndRerankCursor.includeSortVector is set to true, and will not be present otherwise.
Overview 🚨
Represents a page of results returned by the Data API when using pagination in
findAndRerankoperations.See FindPage for more information on the page state.
See