feat: update rag service image (#1415)

This commit is contained in:
yetone
2025-02-27 11:54:38 +08:00
committed by GitHub
parent 64a59f9560
commit 1097f1dfae
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ BUILD_DIR := build
BUILD_FROM_SOURCE ?= false
TARGET_LIBRARY ?= all
RAG_SERVICE_VERSION ?= 0.0.5
RAG_SERVICE_VERSION ?= 0.0.6
RAG_SERVICE_IMAGE := quay.io/yetoneful/avante-rag-service:$(RAG_SERVICE_VERSION)
all: luajit

View File

@@ -6,7 +6,7 @@ local M = {}
local container_name = "avante-rag-service"
function M.get_rag_service_image() return "quay.io/yetoneful/avante-rag-service:0.0.5" end
function M.get_rag_service_image() return "quay.io/yetoneful/avante-rag-service:0.0.6" end
function M.get_rag_service_port() return 20250 end