Skip to content

Instantly share code, notes, and snippets.

View Using pgvector in Postgres Cloud deployments.md

Summary

This gist is meant to explain how to create both AWS RDS postgres database compatible with pgvector and also microsoft Azure DB :

AWS

The straightforward steps below should create a database compatible with pgvector.

  1. Create an RDS instance similar to the one detailled below : image
  2. Make sure you choose the postgres Engine and at least version 15 (I've only tried 15.3)
  3. To create an RDS instance you will need a VPC with multiple subnets across different availability zones.
@sageTimNewton
sageTimNewton / gist:e93bb15a66eb0d81b2a492cf32b60d20
Created August 3, 2021 12:45 — forked from mtigas/gist:952344
Mini tutorial for configuring client-side SSL certificates.
View gist:e93bb15a66eb0d81b2a492cf32b60d20

Client-side SSL

For excessively paranoid client authentication.


Updated Apr 5 2019:

because this is a gist from 2011 that people stumble into and maybe you should AES instead of 3DES in the year of our lord 2019.

some other notes: