pg_vectorize: a VectorDB for Postgres
2024-03-11
This is a Postgres extension that automates the transformation and orchestration of text to embeddings and provides hooks into the most popular LLMs. This allows you to do vector search and build LLM applications on existing data with as little as two function calls. The project relies heavily on the work by pgvector{:target="_blank"} for vector similarity search, pgmq{:target="_blank"} for orchestration in background workers, and SentenceTransformers{:target="_blank"}.
Was this useful?