Skip to content

tensorchord/VectorChord-images

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VectorChord Images

This repository contains the resources to build VectorChord Suite images and the Postgre Docker images for VectorChord Cloud.

VectorChord Suite Image

You can use the tensorchord/vchord-suite image to run multiple extensions which are provided by TensorChord. The image is based on the official Postgres image and includes the following extensions:

docker run   \           
  --name vchord-suite  \
  -e POSTGRES_PASSWORD=postgres  \
  -p 5432:5432 \
  -d tensorchord/vchord-suite:pg17-latest
  # If you want to use ghcr image, you can change the image to `ghcr.io/tensorchord/vchord-suite:pg17-latest`.
  # if you want to use the specific version, you can use the tag `pg17-20250414`, supported version can be found in the support matrix.
CREATE EXTENSION IF NOT EXISTS vchord CASCADE;
CREATE EXTENSION IF NOT EXISTS pg_tokenizer CASCADE;
CREATE EXTENSION IF NOT EXISTS vchord_bm25 CASCADE;
\dx
pg_tokenizer | 0.1.0   | tokenizer_catalog | pg_tokenizer
vchord       | 0.3.0   | public            | vchord: Vector database plugin for Postgres, written in Rust, specifically designed for LLM
vchord_bm25  | 0.2.0   | bm25_catalog      | vchord_bm25: A postgresql extension for bm25 ranking algorithm
vector       | 0.8.0   | public            | vector data type and ivfflat and hnsw access methods

Support Matrix

Hardware Compatibility

CPU Architecture status
x86_64
ARM64

Extension Compatibility

2025-04-14 & latest

Extension Name Github Repo Version
vchord VectorChord 0.3.0
pg_tokenizer pg_tokenizer.rs 0.1.0
vchord_bm25 VectorChord-bm25 0.2.1
vector pgvector 0.8.0

2025-04-08

Extension Name Github Repo Version
vchord VectorChord 0.2.2
pg_tokenizer pg_tokenizer.rs 0.1.0
vchord_bm25 VectorChord-bm25 0.2.1
vector pgvector 0.8.0

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors 3

  •  
  •  
  •