This documentation is sourced from a third-party project and is not maintained by pgEdge.
Scaling
Scale pgvector the same way you scale Postgres.
Scale vertically by increasing memory, CPU, and storage on a single instance. Use existing tools to tune parameters and monitor performance.
Scale horizontally with replicas, or use Citus or another approach for sharding (example).