From 3dc4eb82190fdfa7754e0fc467f279794f1dee04 Mon Sep 17 00:00:00 2001 From: jyje Date: Thu, 6 Mar 2025 23:03:13 +0900 Subject: [PATCH] fix(charts/open-webui): Fix warning of the value `.Value.rag.vectorDB` --- charts/open-webui/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/open-webui/values.yaml b/charts/open-webui/values.yaml index 8632ee5..a443c45 100644 --- a/charts/open-webui/values.yaml +++ b/charts/open-webui/values.yaml @@ -112,7 +112,7 @@ rag: enabled: false # -- Vector database configuration # ref: https://docs.openwebui.com/getting-started/env-configuration#vector_db - vectorDB: {} + vectorDB: "" # -- Embedding engine to use for RAG with env `RAG_EMBEDDING_ENGINE`: ""(empty), "ollama", "openai" # ref: https://docs.openwebui.com/getting-started/env-configuration#rag_embedding_engine embeddingEngine: {}