Skip to content

Add Vector Transform Class and Operations#9

Merged
andyalm merged 6 commits intoandyalm:masterfrom
makosten:add_vector_transform
Oct 22, 2024
Merged

Add Vector Transform Class and Operations#9
andyalm merged 6 commits intoandyalm:masterfrom
makosten:add_vector_transform

Conversation

@makosten
Copy link

This adds a new VectorTransform class that allows for loading a vector transform from a file and applying the transform independent from a Faiss index. Most the the VectorTransform operations where already available in the Faiss C API. However the operation to load a vector transform from a file was missing from the API. This pull request uses a fork of Faiss which adds this method to the C API. A pull request has been submitted to add this method to the main faiss branch.

@andyalm andyalm merged commit 0306f49 into andyalm:master Oct 22, 2024
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