You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
First, I can't tell you how thankful I am; I love Faiss, and it probably kicked off my ML career. What I realized is working with integer IDs requires a mapping to your elements if they have unique keys as strings. To give an example, my embeddings and data are stored in Firebase where each embedding is assigned with a unique key ID and when I execute a faiss search, I have to go through a mapping which adds a single level of complexity. Do you guys have any plans to implement adding string values as keys? I would love to contribute if possible.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
First, I can't tell you how thankful I am; I love Faiss, and it probably kicked off my ML career. What I realized is working with integer IDs requires a mapping to your elements if they have unique keys as strings. To give an example, my embeddings and data are stored in Firebase where each embedding is assigned with a unique key ID and when I execute a faiss search, I have to go through a mapping which adds a single level of complexity. Do you guys have any plans to implement adding string values as keys? I would love to contribute if possible.
Beta Was this translation helpful? Give feedback.
All reactions