{
   "name": "pgContext",
   "abstract": "Vector and hybrid retrieval over authoritative PostgreSQL tables",
   "description": "pgContext adds exact vector search, persisted HNSW, metadata-filtered ANN, and hybrid retrieval while PostgreSQL remains the source of truth.",
   "version": "0.2.0",
   "date": "2026-07-23T12:23:43Z",
   "maintainer": [
      "Evokoa Team <team@evokoa.com>"
   ],
   "release_status": "stable",
   "user": "evokoa",
   "sha1": "9db5d82a16301d6e396c15462bb4ba6d8d16073f",
   "license": "apache_2_0",
   "provides": {
      "pgcontext": {
         "docfile": "README.md",
         "file": "pgcontext.control",
         "version": "0.2.0"
      },
      "pgcontext_pgvector": {
         "docfile": "docs/user_guide/pgvector_coexist.md",
         "file": "pgcontext_pgvector.control",
         "version": "0.2.0"
      }
   },
   "tags": ["vector", "hnsw", "postgresql", "retrieval", "rust", "pgrx"],
   "resources": {
      "bugtracker": {
         "web": "https://github.com/evokoa/pgcontext/issues"
      },
      "homepage": "https://github.com/evokoa/pgcontext",
      "repository": {
         "type": "git",
         "url": "https://github.com/evokoa/pgcontext.git",
         "web": "https://github.com/evokoa/pgcontext"
      }
   }
}
