An open API service indexing awesome lists of open source software.

https://github.com/ricoledan/pgvector_demo

🦠
https://github.com/ricoledan/pgvector_demo

Last synced: 9 days ago
JSON representation

🦠

Awesome Lists containing this project

README

          

# PGVector Demo

Companion repository to [] by Ricardo Ledan, A guide for vector similarity search using LangChain and Postgres.

## Components

[pgvector](https://github.com/pgvector/pgvector/tree/master) is a PostgreSQL extension for vector similarity
search and can also be used for storing embeddings.

Supports:

- Exact & approximate nearest neighbor search
- L2 distance, Inner product, Cosine distance
- ACID compliance, point-in-time recovery, JOINs, and all the great features offered by Postgres

## Commands

Run the demo project

```bash
docker compose up
```