Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

Compiled the server with MinGW 64 #1

Open
lonnietc opened this issue Aug 22, 2022 · 1 comment
Open

Compiled the server with MinGW 64 #1

lonnietc opened this issue Aug 22, 2022 · 1 comment
Assignees
Labels
help wanted Extra attention is needed

Comments

@lonnietc
Copy link

Hello,

I have compiled the HNSW gRPC server with MinGW 64 so that I could possibly test it out.

Building the serve seems to have gone well, but now do you have some examples on how I can connect to it and make some basic testing for its functionality like in the API calls:

CreateIndex | Make a new index
DeleteIndex | Removes an index
InsertVector | Insert a new vector in the given index, letting the index generate an ID
InsertVectors | Insert new vectors in the given index, with generated ID, then flush the index
InsertVectorWithId | Insert a new vector with given ID in the given index
InsertVectorsWithId | Insert new vectors with given IDs in the given index, then flush the index
SearchKNN | Return the top k nearest neighbors to the query, searching on the given index
FlushIndex | Serialize the index to file
Indices | Return the list of indices
SetEf | Set the ef parameter for the given index
@matteo-grella matteo-grella added the help wanted Extra attention is needed label Aug 26, 2022
@matteo-grella matteo-grella self-assigned this Aug 26, 2022
@lonnietc
Copy link
Author

Hello, is there any update on some example calls so that I can test the server out?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants