xb

Vector DB Extension Guide (English)

English version of xb/doc/VECTOR_DB_EXTENSION_GUIDE.md. It walks through extending xb to new vector engines.


Extension workflow

  1. Study the target DB’s JSON/GRPC API.
  2. Implement a Custom adapter that converts Built into the DB payload.
  3. Write snapshot tests for JsonOfSelect/Insert/Update/Delete.
  4. Document presets and limitations.

Considerations


Template