Skip to content

Commit

Permalink
release 0.14.0 (#1098)
Browse files Browse the repository at this point in the history
  • Loading branch information
wwwy3y3 authored Jan 9, 2025
1 parent 89333e4 commit 99009f4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ QDRANT_API_KEY=

# version
# CHANGE THIS TO THE LATEST VERSION
WREN_PRODUCT_VERSION=0.14.0-rc.1
WREN_PRODUCT_VERSION=0.14.0
WREN_ENGINE_VERSION=0.13.1
WREN_AI_SERVICE_VERSION=0.14.0
IBIS_SERVER_VERSION=0.13.1
Expand Down
5 changes: 3 additions & 2 deletions wren-launcher/utils/docker.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (

const (
// please change the version when the version is updated
WREN_PRODUCT_VERSION string = "0.14.0-rc.1"
WREN_PRODUCT_VERSION string = "0.14.0"
DOCKER_COMPOSE_YAML_URL string = "https://raw.githubusercontent.com/Canner/WrenAI/" + WREN_PRODUCT_VERSION + "/docker/docker-compose.yaml"
DOCKER_COMPOSE_ENV_URL string = "https://raw.githubusercontent.com/Canner/WrenAI/" + WREN_PRODUCT_VERSION + "/docker/.env.example"
AI_SERVICE_CONFIG_URL string = "https://raw.githubusercontent.com/Canner/WrenAI/" + WREN_PRODUCT_VERSION + "/docker/config.example.yaml"
Expand Down Expand Up @@ -328,7 +328,8 @@ func getConfigFilePath(projectDir string) string {
// Supports both default and custom LLM provider configurations.
//
// Example:
// err := RunDockerCompose("wren", "/path/to/project", "openai")
//
// err := RunDockerCompose("wren", "/path/to/project", "openai")
func RunDockerCompose(projectName string, projectDir string, llmProvider string) error {
ctx := context.Background()
composeFilePath := path.Join(projectDir, "docker-compose.yaml")
Expand Down

0 comments on commit 99009f4

Please sign in to comment.