fix: rag resource must be a git repo (#1360)

This commit is contained in:
yetone
2025-02-23 15:11:18 +08:00
committed by GitHub
parent 27d3f294a4
commit 7255e16020
3 changed files with 12 additions and 5 deletions

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.3" end
function M.get_rag_service_image() return "quay.io/yetoneful/avante-rag-service:0.0.4" end
function M.get_rag_service_port() return 20250 end