feat: parse excel (#1383)

This commit is contained in:
yetone
2025-02-25 12:06:50 +08:00
committed by GitHub
parent 8d888c2861
commit a1d1697400
4 changed files with 8 additions and 13 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.4" end
function M.get_rag_service_image() return "quay.io/yetoneful/avante-rag-service:0.0.5" end
function M.get_rag_service_port() return 20250 end