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
I have a little database that I use for semantic search.
I only embed a subset of the text which means that some embedding can be duplicated.
Without the index, I can access them without any issue, but with libsql_vector_idx, only one of the row is returned. I guess that only one rowid can be stored per vector.
Any idea how I can solve that (except adding a little bit of noise?)