Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need better documentation to run in client/server mode #53

Open
shashi-netra opened this issue May 26, 2019 · 1 comment
Open

Need better documentation to run in client/server mode #53

shashi-netra opened this issue May 26, 2019 · 1 comment
Milestone

Comments

@shashi-netra
Copy link

shashi-netra commented May 26, 2019

Describe the bug
I haven't been able to figure out how to run SPTAG in a server/client mode on Ubunt 18.04. I want to host SPTAG on a cloud server and run a python client to perform kNN lookups.

For example, the documentations states thus:

./Server [options]
Options: 
  -m, --mode <value>              Service mode, interactive or socket.
  -c, --config <value>            Configure file of the index
:  

But I can't seem to find the Server binary. I see a lowercase server binary in the Release folder, but it doesn't accept these arguments and gives an error:

Command 'server' not found, but can be installed with:
apt install rsplib-legacy-wrapper

Can someone post a simpler guide to using SPTAG in client/server mode for us noobs?
Thanks for such a wonderful tool!

@WoodSimple
Copy link

enter your Release folder and you may run the server like this ./server -m socket -c your_folder/service.ini

@MaggieQi MaggieQi added this to the Backlog milestone Jul 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants