Skip to content

Releases: Evokoa/pgContext

v0.1.0: pgContext - Vector and Hybrid Retrieval

Choose a tag to compare

@evokoa-admin evokoa-admin released this 21 Jul 13:27
v0.1.0

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