Skip to content

chore: Cloud Inference helpers#75

Merged
Anush008 merged 2 commits intomasterfrom
inference-helpers
Jun 23, 2025
Merged

chore: Cloud Inference helpers#75
Anush008 merged 2 commits intomasterfrom
inference-helpers

Conversation

@Anush008
Copy link
Copy Markdown
Member

No description provided.

Anush008 added 2 commits June 17, 2025 23:18
Signed-off-by: Anush008 <anushshetty90@gmail.com>
Signed-off-by: Anush008 <anushshetty90@gmail.com>
// - []*RetrievedPoint: A slice of retrieved points.
// - *PointId: The next page offset for pagination.
// - error: An error if the operation fails.
func (c *Client) ScrollAndOffset(ctx context.Context, request *ScrollPoints) ([]*RetrievedPoint, *PointId, error) {
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

client.Scroll() only returned []*RetrievedPoint. Users had to do client.GetPointsClient().Scroll(..) to get the offset.

This new ScrollAndOffset() addresses this without breaking any existing code.

@Anush008 Anush008 merged commit cf8426b into master Jun 23, 2025
2 checks passed
@Anush008 Anush008 deleted the inference-helpers branch June 23, 2025 09:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants