Postgres as a VectorDB GUI

Reservoirs Lab is an Electron app that connects to Postgres databases to visualize high-dimensional vector embeddings alongside structured data. Users can explore data interactively and see correlations between metadata and vector embeddings. Features include direct Postgres integration, interactive vector visualization, and neighborhood exploration by cosine similarity. The app is lightweight, runs locally to keep data private, and requires Node.js and npm installation. Users can clone the repository, install dependencies, and connect to their Postgres database to start visualizing vectors and exploring data points with semantic similarity.

https://github.com/Z-Gort/Reservoirs-Lab

To top