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
{{ message }}
This repository has been archived by the owner on Feb 22, 2020. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
The text was updated successfully, but these errors were encountered: