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 the same issue with loading Engine from file. I tried example that is described in docs, dumped the model, but on loading I get these error messages from table.cc and gamma_engine.cc
ERROR 2021-03-04 16:13:21,893 table.cc:290 Duplicate field _id
ERROR 2021-03-04 16:13:21,893 gamma_engine.cc:444 Cannot create table!
ERROR 2021-03-04 16:13:21,893 gamma_engine.cc:901 create table error when loading
ERROR 2021-03-04 16:13:21,893 gamma_engine.cc:915 create table from local error
I am loading some random vectors to engine, then I do some dummy searches, which work fine.
however when I try to dump and load the vector, the engine says it has zero documents, and querying it returns zero results.
genereating the dump:
loading:
The text was updated successfully, but these errors were encountered: