Simple Vector Search Service This is a simple gRPC service that serves an in-memory vector index (exhaustive or approximate) across one or more hosts. My goal with this project was to brush up on C++ and gRPC, and learn more about vector search.