Bump infinity to 0.6.4 (#11104)

### What problem does this PR solve?

Bump infinity to 0.6.4

Fixed https://github.com/infiniflow/infinity/issues/3048

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
Zhichang Yu
2025-11-07 14:44:34 +08:00
committed by GitHub
parent edbc396bc6
commit c58d95ed69
6 changed files with 3333 additions and 3330 deletions

View File

@ -74,7 +74,7 @@ jobs:
fi fi
fi fi
fi fi
else elif [[ "$GITHUB_EVENT_NAME" = "pull_request" ]]; then
PR_NUMBER=${{ github.event.pull_request.number }} PR_NUMBER=${{ github.event.pull_request.number }}
PR_SHA_FP=${RUNNER_WORKSPACE_PREFIX}/artifacts/${GITHUB_REPOSITORY}/PR_${PR_NUMBER} PR_SHA_FP=${RUNNER_WORKSPACE_PREFIX}/artifacts/${GITHUB_REPOSITORY}/PR_${PR_NUMBER}
# Calculate the hash of the current workspace content # Calculate the hash of the current workspace content

View File

@ -72,7 +72,7 @@ services:
infinity: infinity:
profiles: profiles:
- infinity - infinity
image: infiniflow/infinity:v0.6.2 image: infiniflow/infinity:v0.6.4
volumes: volumes:
- infinity_data:/var/infinity - infinity_data:/var/infinity
- ./infinity_conf.toml:/infinity_conf.toml - ./infinity_conf.toml:/infinity_conf.toml
@ -120,8 +120,8 @@ services:
healthcheck: healthcheck:
test: ["CMD", "curl", "http://localhost:9385/healthz"] test: ["CMD", "curl", "http://localhost:9385/healthz"]
interval: 10s interval: 10s
timeout: 5s timeout: 10s
retries: 5 retries: 120
restart: on-failure restart: on-failure
mysql: mysql:
@ -149,7 +149,7 @@ services:
test: ["CMD", "mysqladmin" ,"ping", "-uroot", "-p${MYSQL_PASSWORD}"] test: ["CMD", "mysqladmin" ,"ping", "-uroot", "-p${MYSQL_PASSWORD}"]
interval: 10s interval: 10s
timeout: 10s timeout: 10s
retries: 3 retries: 120
restart: on-failure restart: on-failure
minio: minio:
@ -169,9 +169,9 @@ services:
restart: on-failure restart: on-failure
healthcheck: healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:9000/minio/health/live"] test: ["CMD", "curl", "-f", "http://localhost:9000/minio/health/live"]
interval: 30s interval: 10s
timeout: 20s timeout: 10s
retries: 3 retries: 120
redis: redis:
# swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/valkey/valkey:8 # swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/valkey/valkey:8
@ -187,10 +187,9 @@ services:
restart: on-failure restart: on-failure
healthcheck: healthcheck:
test: ["CMD", "redis-cli", "-a", "${REDIS_PASSWORD}", "ping"] test: ["CMD", "redis-cli", "-a", "${REDIS_PASSWORD}", "ping"]
interval: 5s interval: 10s
timeout: 3s timeout: 10s
retries: 3 retries: 120
start_period: 10s
tei-cpu: tei-cpu:

View File

@ -1,5 +1,5 @@
[general] [general]
version = "0.6.2" version = "0.6.4"
time_zone = "utc-8" time_zone = "utc-8"
[network] [network]

View File

@ -96,7 +96,7 @@ ragflow:
infinity: infinity:
image: image:
repository: infiniflow/infinity repository: infiniflow/infinity
tag: v0.6.2 tag: v0.6.4
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
pullSecrets: [] pullSecrets: []
storage: storage:

View File

@ -48,7 +48,7 @@ dependencies = [
"html-text==0.6.2", "html-text==0.6.2",
"httpx[socks]>=0.28.1,<0.29.0", "httpx[socks]>=0.28.1,<0.29.0",
"huggingface-hub>=0.25.0,<0.26.0", "huggingface-hub>=0.25.0,<0.26.0",
"infinity-sdk==0.6.2", "infinity-sdk==0.6.4",
"infinity-emb>=0.0.66,<0.0.67", "infinity-emb>=0.0.66,<0.0.67",
"itsdangerous==2.1.2", "itsdangerous==2.1.2",
"json-repair==0.35.0", "json-repair==0.35.0",

6634
uv.lock generated

File diff suppressed because it is too large Load Diff