gnes icon indicating copy to clipboard operation
gnes copied to clipboard

semantic poem demo issues

Open justinnjuulius opened this issue 5 years ago • 2 comments

HI, i really appreciate and see potential in this gnes project. I have two questions:

  1. I have been able to successfully run the flowers demo, along with other images. However i am unsure how to run text objects through. can this be further elaborated.

  2. Also i have tried the semantics poem demo but when i run make client_index d=10 it seems to get output " GNES client ready" but gets stuck at the first indexing with 0.0 batch/s speed.

I would greatly appreciate any insight into the above. Thanks in advance

justinnjuulius avatar Dec 19 '19 02:12 justinnjuulius

Hi @justinnjuulius I am also facing the same issue. Did you get any solution to this?

jicksonp avatar Feb 01 '20 14:02 jicksonp

Hey @jicksonp @justinnjuulius Regarding second issue , after looking at docker container logs i found out that the problem is due to versions mismatch , gnes/latest-alpine which is used by routers uses gnes version 0.0.47 , but the latest version on github is 0.0.46 which is used to build encoder and indexers.

After changing image part in compose file to gnes/gnes:v0.0.46-alpine i managed to run system in index mode ( make client_index d=n). However i still can not run it query mode so i am not sure is this a real soluton.

krokodilj avatar Feb 03 '20 09:02 krokodilj