tensorchord / pgvecto.rs

Scalable, Low-latency and Hybrid-enabled Vector Search in Postgres. Revolutionize Vector Search, not Database.
https://docs.pgvecto.rs/getting-started/overview.html
Apache License 2.0
1.74k stars 69 forks source link

refactor: reimplement IPC-RPC #349

Open usamoi opened 8 months ago

usamoi commented 8 months ago

Reimplement (IPC-)RPC.

  1. we will remove complex state machine and platform-dependent IPC
  2. we will introduce a RPC library to handle session-worker communications
VoVAllen commented 8 months ago

Please add more description in the issue