-
Notifications
You must be signed in to change notification settings - Fork 382
Closed
Labels
feature requestNew feature or requestNew feature or request
Description
Is there an existing issue for the same feature request?
- I have checked the existing issues.
Is your feature request related to a problem?
Describe the feature you'd like
MUVERA Fixed Dimensional Encoding , "Fixed Dimensional Encoding" , this function take a tensor as input and output a single vector (the FDE), such that the dot product between a query FDE and a document FDE approximates the
similarity between the original query Tensor and document Tensor. See https://arxiv.org/abs/2405.19504 for further details.
Describe implementation you've considered
- FDE algorithm implementation
- FDE function for select
- FDE function can be applied for insert
- FDE function can be used within MATCH
- Python SDK
Documentation, adoption, use case
Additional information
No response
Metadata
Metadata
Assignees
Labels
feature requestNew feature or requestNew feature or request