Releases: Evokoa/pgContext
Releases · Evokoa/pgContext
Release list
v0.1.0: pgContext - Vector and Hybrid Retrieval
pgContext 0.1.0 is the first public release of our Apache-2.0 PostgreSQL extension for vector search, metadata filtering, persisted HNSW indexing, and hybrid dense + full-text retrieval.
Quick start
docker pull ghcr.io/evokoa/pgcontext:pg17-v0.1.0
docker run -d --rm \
--name pgcontext \
-e POSTGRES_PASSWORD=postgres \
-e POSTGRES_DB=pgcontext \
-p 5432:5432 \
ghcr.io/evokoa/pgcontext:pg17-v0.1.0