fix: remove err msg in docker (#1356)

This commit is contained in:
yetone
2025-02-23 02:17:23 +08:00
committed by GitHub
parent 42ed8e4493
commit c558a1d0ac
2 changed files with 9 additions and 12 deletions

View File

@@ -412,9 +412,7 @@ function M.setup(opts)
end
vim.schedule(function()
Utils.info("Starting Rag Service ...")
RagService.launch_rag_service()
Utils.info("Launched Rag Service")
add_resource_with_delay()
RagService.launch_rag_service(add_resource_with_delay)
end)
end