fix(charts/open-webui): Fix warning of the value .Value.rag.vectorDB

This commit is contained in:
jyje
2025-03-06 23:03:13 +09:00
parent cbc2cd5172
commit 3dc4eb8219

View File

@@ -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: {}