feat: upgrade rag service (#1548)
This commit is contained in:
2
Makefile
2
Makefile
@@ -17,7 +17,7 @@ BUILD_DIR := build
|
|||||||
BUILD_FROM_SOURCE ?= false
|
BUILD_FROM_SOURCE ?= false
|
||||||
TARGET_LIBRARY ?= all
|
TARGET_LIBRARY ?= all
|
||||||
|
|
||||||
RAG_SERVICE_VERSION ?= 0.0.7
|
RAG_SERVICE_VERSION ?= 0.0.8
|
||||||
RAG_SERVICE_IMAGE := quay.io/yetoneful/avante-rag-service:$(RAG_SERVICE_VERSION)
|
RAG_SERVICE_IMAGE := quay.io/yetoneful/avante-rag-service:$(RAG_SERVICE_VERSION)
|
||||||
|
|
||||||
all: luajit
|
all: luajit
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ local M = {}
|
|||||||
local container_name = "avante-rag-service"
|
local container_name = "avante-rag-service"
|
||||||
local service_path = "/tmp/" .. container_name
|
local service_path = "/tmp/" .. container_name
|
||||||
|
|
||||||
function M.get_rag_service_image() return "quay.io/yetoneful/avante-rag-service:0.0.7" end
|
function M.get_rag_service_image() return "quay.io/yetoneful/avante-rag-service:0.0.8" end
|
||||||
|
|
||||||
function M.get_rag_service_port() return 20250 end
|
function M.get_rag_service_port() return 20250 end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user