chore: upgrade system libraries and Python dependencies (#28624)

Signed-off-by: -LAN- <laipz8200@outlook.com>
Co-authored-by: Xiyuan Chen <52963600+GareArc@users.noreply.github.com>
This commit is contained in:
-LAN-
2025-11-26 15:25:28 +08:00
committed by GitHub
parent dbecba710b
commit 26a1c84881
4 changed files with 258 additions and 236 deletions

View File

@@ -765,7 +765,7 @@ services:
ENABLE_WEBSITE_JINAREADER: ${ENABLE_WEBSITE_JINAREADER:-true}
ENABLE_WEBSITE_FIRECRAWL: ${ENABLE_WEBSITE_FIRECRAWL:-true}
ENABLE_WEBSITE_WATERCRAWL: ${ENABLE_WEBSITE_WATERCRAWL:-true}
# The PostgreSQL database.
db_postgres:
image: postgres:15-alpine
@@ -1093,7 +1093,7 @@ services:
timeout: 10s
# seekdb vector database
seekdb:
seekdb:
image: oceanbase/seekdb:latest
container_name: seekdb
profiles:
@@ -1120,7 +1120,7 @@ services:
# Qdrant vector store.
# (if used, you need to set VECTOR_STORE to qdrant in the api & worker service.)
qdrant:
image: langgenius/qdrant:v1.7.3
image: langgenius/qdrant:v1.8.3
profiles:
- qdrant
restart: always