Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 250 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 250 Bytes

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.