Skip to content

Commit

Permalink
update AI version (#878)
Browse files Browse the repository at this point in the history
  • Loading branch information
wwwy3y3 authored Nov 7, 2024
1 parent 14ba2d0 commit 0772c08
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions deployment/kustomizations/base/cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ data:
WREN_UI_ENDPOINT: http://wren-ui-svc:3000

#Release version used by wren ui https://github.com/Canner/WrenAI/blob/main/docker/docker-compose.yaml#L85-L88
WREN_PRODUCT_VERSION: "0.10.0-rc.1"
WREN_PRODUCT_VERSION: "0.10.0-rc.2"
WREN_ENGINE_VERSION: "0.11.2"
WREN_AI_SERVICE_VERSION: "0.10.0"
WREN_AI_SERVICE_VERSION: "0.10.4"
WREN_UI_VERSION: "0.16.0"

# LLM and Embedder Configurations
Expand Down
4 changes: 2 additions & 2 deletions deployment/kustomizations/patches/cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
WREN_AI_SERVICE_PORT: "5555"

#Release version used by wren ui https://github.com/Canner/WrenAI/blob/main/docker/docker-compose.yaml#L85-L88
WREN_PRODUCT_VERSION: "0.10.0-rc.1"
WREN_PRODUCT_VERSION: "0.10.0-rc.2"
#fix:
WREN_ENGINE_VERSION: "0.11.2"
WREN_AI_SERVICE_VERSION: "0.10.0"
WREN_AI_SERVICE_VERSION: "0.10.4"
#fix:
WREN_UI_VERSION: "0.16.0"

Expand Down
4 changes: 2 additions & 2 deletions docker/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ GENERATION_MODEL=gpt-4o-mini

# version
# CHANGE THIS TO THE LATEST VERSION
WREN_PRODUCT_VERSION=0.10.0-rc.1
WREN_PRODUCT_VERSION=0.10.0-rc.2
WREN_ENGINE_VERSION=0.11.2
WREN_AI_SERVICE_VERSION=0.10.0
WREN_AI_SERVICE_VERSION=0.10.4
IBIS_SERVER_VERSION=0.11.2
WREN_UI_VERSION=0.16.0
WREN_BOOTSTRAP_VERSION=0.1.5
Expand Down
2 changes: 1 addition & 1 deletion wren-launcher/utils/docker.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (

const (
// please change the version when the version is updated
WREN_PRODUCT_VERSION string = "0.10.0-rc.1"
WREN_PRODUCT_VERSION string = "0.10.0-rc.2"
DOCKER_COMPOSE_YAML_URL string = "https://raw.githubusercontent.com/Canner/WrenAI/" + WREN_PRODUCT_VERSION + "/docker/docker-compose.yaml"
DOCKER_COMPOSE_LLM_YAML_URL string = "https://raw.githubusercontent.com/Canner/WrenAI/" + WREN_PRODUCT_VERSION + "/docker/docker-compose.llm.yaml"
DOCKER_COMPOSE_ENV_URL string = "https://raw.githubusercontent.com/Canner/WrenAI/" + WREN_PRODUCT_VERSION + "/docker/.env.example"
Expand Down

0 comments on commit 0772c08

Please sign in to comment.