test: run vdb tests on TiDB Vector with docker in CI tests (#11645)

This commit is contained in:
Bowen Liang
2024-12-15 17:16:40 +08:00
committed by GitHub
parent 7e154a467b
commit 924b4fe742
5 changed files with 21 additions and 32 deletions

View File

@@ -491,6 +491,16 @@ services:
- '${EXPOSE_NGINX_PORT:-80}:${NGINX_PORT:-80}'
- '${EXPOSE_NGINX_SSL_PORT:-443}:${NGINX_SSL_PORT:-443}'
# The TiDB vector store.
# For production use, please refer to https://github.com/pingcap/tidb-docker-compose
tidb:
image: pingcap/tidb:v8.4.0
ports:
- "4000:4000"
command:
- --store=unistore
restart: always
# The Weaviate vector store.
weaviate:
image: semitechnologies/weaviate:1.19.0