pgvector-knowledge-patch
Solidpgvector
AI & Automation 20 stars
0 forks Updated today MIT
Install
Quality Score: 81/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# pgvector Knowledge Patch
Baseline: pgvector through 0.7.4, covering `vector`, `halfvec`, `sparsevec`, and `bit`; IVFFlat and HNSW; standard distance operators; and basic index tuning. This patch covers the 0.8-guide and 0.8.0 additions plus the current reference and hosted-deployment guidance through pgvector 0.8.5.
## Reference index
| Reference | Topics |
| --- | --- |
| [references/iterative-scans.md](references/iterative-scans.md) | Filtered HNSW and IVFFlat searches, scan modes and limits, result ordering, planner costing |
| [references/indexing-and-storage.md](references/indexing-and-storage.md) | Type and index limits, sparse vectors, quantization, expression and partial indexes, omissions, maintenance |
| [references/deployment.md](references/deployment.md) | PostgreSQL compatibility, source and container builds, portability, hosted version windows, build resources |
## Breaking compatibility change
### PostgreSQL 12 is no longer supported
pgvector 0.8 requires PostgreSQL 13 or newer. Upgrade the database server before
adopting the 0.8 line. Current source-build instructions pin pgvector 0.8.5,
and published containers cover PostgreSQL 13 through 18.
```sh
docker pull pgvector/pgvector:0.8.5-pg18-trixie
```
See [references/deployment.md](references/deployment.md) for container variants,
portable compilation, and hosted-platform constraints.
## Iterative scans for filtered nearest-neighbor queries
Approximate indexes retrieve candidates before PostgreSQL a...
Details
- Author
- Nevaberry
- Repository
- Nevaberry/nevaberry-plugins
- Created
- 6 months ago
- Last Updated
- today
- Language
- Shell
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
add-postgres-native-vector-retrieval-to-agent-and-rag-workflows-
Store embeddings beside application data in Postgres, create vector indexes, and query nearest neighbors for semantic search, RAG, recommendations, or agent memory retrieval.
20 Updated today
agentskillexchange AI & Automation Listed
pgvector-search
(Aspirational) Production hybrid search with PGVector + BM25 using Reciprocal Rank Fusion, metadata filtering, and performance optimization for semantic retrieval
6 Updated today
ArieGoldkin AI & Automation Solid
nodejs-knowledge-patch
Node.js
20 Updated today
Nevaberry