gnes
gnes copied to clipboard
semantic poem demo issues
HI, i really appreciate and see potential in this gnes project. I have two questions:
-
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.
-
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
Hi @justinnjuulius I am also facing the same issue. Did you get any solution to this?
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.