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
else
elif [[ "$GITHUB_EVENT_NAME" = "pull_request" ]]; then
PR_NUMBER=${{ github.event.pull_request.number }}
PR_SHA_FP=${RUNNER_WORKSPACE_PREFIX}/artifacts/${GITHUB_REPOSITORY}/PR_${PR_NUMBER}
# Calculate the hash of the current workspace content

View File

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

View File

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

View File

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

View File

@ -48,7 +48,7 @@ dependencies = [
"html-text==0.6.2",
"httpx[socks]>=0.28.1,<0.29.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",
"itsdangerous==2.1.2",
"json-repair==0.35.0",

6634
uv.lock generated

File diff suppressed because it is too large Load Diff