Skip to content

Conversation

@rfsaliev
Copy link
Member

No description provided.

};

// TODO:
// 1. Should StorageKind, metric, be a part of BuildParams?
Copy link
Contributor

Choose a reason for hiding this comment

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

StorageKind and metric should not be part of BuildParams. We use DataType and QueryType in SVS for storage kinds. If it's possible we can stick to those.

Copy link
Member Author

Choose a reason for hiding this comment

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

Made StorageKind globally defined by moving svs::runtime namespace in IndexSVSImplDefs.h.

};

struct SearchParams {
size_t search_window_size = 0;
Copy link
Contributor

Choose a reason for hiding this comment

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

We should add the two prefetching parameters here. Even if those will be kept to default values in general, it'd be good to have them here.

Copy link
Member Author

Choose a reason for hiding this comment

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

Done.

@rfsaliev rfsaliev marked this pull request as ready for review November 7, 2025 15:17
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.

7 participants