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 am trying to get matching score for query in an encrypted db but I can't seem to make it work. I keep getting
libc++abi: terminating with uncaught exception of type helib::LogicError: Index for column does not exist. Given index 1. Expected index in range [0, 1).
I have no idea what i'm doing wrong it maybe in in db data format or query format or parameters. If possible please provide a proper working example to make it easier to troubleshoot.
The text was updated successfully, but these errors were encountered:
I am trying to get matching score for query in an encrypted db but I can't seem to make it work. I keep getting
libc++abi: terminating with uncaught exception of type helib::LogicError: Index for column does not exist. Given index 1. Expected index in range [0, 1).
I have no idea what i'm doing wrong it maybe in in db data format or query format or parameters. If possible please provide a proper working example to make it easier to troubleshoot.
The text was updated successfully, but these errors were encountered: