Skip to content

Introduce the Writer::prepare_for_conversion method#151

Merged
Kerollmops merged 10 commits into
release-v0.6from
prepare-for-conversion-from-hannoy
Aug 21, 2025
Merged

Introduce the Writer::prepare_for_conversion method#151
Kerollmops merged 10 commits into
release-v0.6from
prepare-for-conversion-from-hannoy

Conversation

@Kerollmops

Copy link
Copy Markdown
Member

This PR is akin to nnethercott/hannoy#42 and introduces a way to convert a hannoy database into an arroy one. We plan to add an (experimental) setting in the index settings of Meilisearch that permits users to switch between Vector Store backends.

@irevoire

Copy link
Copy Markdown
Contributor

Why are we duplicating this code both in arroy and hannoy?
Or did I miss something?

@Kerollmops

Kerollmops commented Aug 21, 2025

Copy link
Copy Markdown
Member Author

@irevoire, the code is slightly different, especially around the Distance trait constraints, database types, and internal Node types, i.e., Node::Item as a _padding field in arroy, not in Hannoy.

@Kerollmops Kerollmops force-pushed the prepare-for-conversion-from-hannoy branch from 2b8d563 to 9019306 Compare August 21, 2025 13:34
@Kerollmops Kerollmops merged commit a8d3c56 into release-v0.6 Aug 21, 2025
7 checks passed
@Kerollmops Kerollmops deleted the prepare-for-conversion-from-hannoy branch August 21, 2025 13:46
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