Overview
- Full name
docker.io/tensorchord/vchord-suite- Registry
- docker.io
- Namespace
- tensorchord
- Repository
- vchord-suite
- Cached tags
- 317
- Last synced
- 07/13/2026, 03:00 PM
Introduction
VectorChord 向量数据库套件镜像,PostgreSQL pgvector 增强版,AI 嵌入向量存储与相似度检索 RAG 后端。
Details
tensorchord/vchord-suite 运行 VectorChord 向量数据库套件,基于 PostgreSQL 扩展提供高性能向量索引与相似度搜索。定位为 AI 向量 DB 服务,适合 RAG 嵌入存储;LLM 知识库向量层、语义搜索后端或替代独立向量 DB 的 PG 扩展方案。
快速启动
docker run -d --name vchord \
-p 5432:5432 \
-e POSTGRES_PASSWORD=changeme \
docker.io/tensorchord/vchord-suite:latest
推荐实践
docker run -d --name vchord \
--restart unless-stopped \
-p 5432:5432 \
-e POSTGRES_PASSWORD=changeme \
-e POSTGRES_DB=vectordb \
-v /data/vchord:/var/lib/postgresql/data \
docker.io/tensorchord/vchord-suite:0.2.0
核心参数说明
-p 5432:5432— PostgreSQL 协议端口POSTGRES_PASSWORD— 数据库密码(高敏)-v .../data:...— 向量数据持久化- 扩展 — VectorChord 向量索引
Kubernetes
apiVersion: apps/v1
kind: StatefulSet
metadata:
name: vchord
spec:
serviceName: vchord
replicas: 1
selector:
matchLabels:
app: vchord
template:
metadata:
labels:
app: vchord
spec:
containers:
- name: vchord
image: docker.io/tensorchord/vchord-suite:0.2.0
ports:
- containerPort: 5432
envFrom:
- secretRef:
name: vchord-env
volumeMounts:
- name: data
mountPath: /var/lib/postgresql/data
volumeClaimTemplates:
- metadata:
name: data
spec:
accessModes: [ReadWriteOnce]
resources:
requests:
storage: 50Gi
---
apiVersion: v1
kind: Service
metadata:
name: vchord
spec:
selector:
app: vchord
ports:
- port: 5432
targetPort: 5432
Secret 存凭据;PVC 持久化向量数据。
Latest tags (20)
View all 317 tags →| Tag | Arch | Pushed At | Size | Digest | Sync | Wish | Action |
|---|---|---|---|---|---|---|---|
docker.io/tensorchord/vchord-suite :pg15-latest | linux/amd64linux/arm64 | 2026/05/01 08:42 | 164.5 MB | sha256:844a4f60bd5b… | |||
docker.io/tensorchord/vchord-suite :pg14-latest | linux/amd64linux/arm64 | 2026/05/01 08:42 | 163.5 MB | sha256:d0ba23ce0da2… | |||
docker.io/tensorchord/vchord-suite :pg17-latest | linux/amd64linux/arm64 | 2026/05/01 08:42 | 167.6 MB | sha256:59008bb593c5… | |||
docker.io/tensorchord/vchord-suite :pg16-latest | linux/amd64linux/arm64 | 2026/05/01 08:42 | 166.5 MB | sha256:1efb04a7f467… | |||
docker.io/tensorchord/vchord-suite :pg18-latest | linux/amd64linux/arm64 | 2026/05/01 08:42 | 168.6 MB | sha256:ae71558aeb11… | |||
docker.io/tensorchord/vchord-suite :pg17-20260501 | linux/amd64linux/arm64 | 2026/05/01 08:42 | 167.6 MB | sha256:59008bb593c5… | |||
docker.io/tensorchord/vchord-suite :pg15-20260501 | linux/amd64linux/arm64 | 2026/05/01 08:42 | 164.5 MB | sha256:844a4f60bd5b… | |||
docker.io/tensorchord/vchord-suite :pg14-20260501 | linux/amd64linux/arm64 | 2026/05/01 08:42 | 163.5 MB | sha256:d0ba23ce0da2… | |||
docker.io/tensorchord/vchord-suite :pg16-20260501 | linux/amd64linux/arm64 | 2026/05/01 08:42 | 166.5 MB | sha256:1efb04a7f467… | |||
docker.io/tensorchord/vchord-suite :pg18-20260501 | linux/arm64linux/amd64 | 2026/05/01 08:42 | 166.2 MB | sha256:68ef9846a7f9… | |||
docker.io/tensorchord/vchord-suite :pg17-20260501-arm64 | linux/arm64 | 2026/05/01 08:41 | 165.2 MB | sha256:facbddac2e54… | |||
docker.io/tensorchord/vchord-suite :pg18-20260501-arm64 | linux/arm64 | 2026/05/01 08:41 | 166.2 MB | sha256:68ef9846a7f9… | |||
docker.io/tensorchord/vchord-suite :pg16-20260501-arm64 | linux/arm64 | 2026/05/01 08:41 | 164.1 MB | sha256:7d64933300bf… | |||
docker.io/tensorchord/vchord-suite :pg15-20260501-arm64 | linux/arm64 | 2026/05/01 08:41 | 162.1 MB | sha256:a47f0d3f7d82… | |||
docker.io/tensorchord/vchord-suite :pg14-20260501-arm64 | linux/arm64 | 2026/05/01 08:41 | 161.1 MB | sha256:f08b3675205e… | |||
docker.io/tensorchord/vchord-suite :pg14-20260501-amd64 | linux/amd64 | 2026/05/01 08:41 | 163.5 MB | sha256:d0ba23ce0da2… | |||
docker.io/tensorchord/vchord-suite :pg15-20260501-amd64 | linux/amd64 | 2026/05/01 08:41 | 164.5 MB | sha256:844a4f60bd5b… | |||
docker.io/tensorchord/vchord-suite :pg18-20260501-amd64 | linux/amd64 | 2026/05/01 08:41 | 168.6 MB | sha256:ae71558aeb11… | |||
docker.io/tensorchord/vchord-suite :pg16-20260501-amd64 | linux/amd64 | 2026/05/01 08:41 | 166.5 MB | sha256:1efb04a7f467… | |||
docker.io/tensorchord/vchord-suite :pg17-20260501-amd64 | linux/amd64 | 2026/05/01 08:41 | 167.6 MB | sha256:59008bb593c5… |