mirror of
https://github.com/open-webui/helm-charts
synced 2025-06-26 18:16:14 +00:00
refactor(charts/open-webui): Fix values format for rag and milvus
This commit is contained in:
parent
3dc4eb8219
commit
1c7500372a
@ -115,15 +115,18 @@ rag:
|
|||||||
vectorDB: ""
|
vectorDB: ""
|
||||||
# -- Embedding engine to use for RAG with env `RAG_EMBEDDING_ENGINE`: ""(empty), "ollama", "openai"
|
# -- 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
|
# ref: https://docs.openwebui.com/getting-started/env-configuration#rag_embedding_engine
|
||||||
embeddingEngine: {}
|
embeddingEngine: ""
|
||||||
# -- Embedding model to use for RAG with env `RAG_EMBEDDING_MODEL`
|
# -- Embedding model to use for RAG with env `RAG_EMBEDDING_MODEL`
|
||||||
# ref: https://docs.openwebui.com/getting-started/env-configuration#rag_embedding_model
|
# ref: https://docs.openwebui.com/getting-started/env-configuration#rag_embedding_model
|
||||||
embeddingModel: {}
|
embeddingModel: ""
|
||||||
|
|
||||||
# -- Deploys a Milvus cluster/standalone with subchart 'milvus' from zilliztech
|
|
||||||
milvus:
|
milvus:
|
||||||
# -- Enable Milvus installation
|
# -- Enable Milvus installation. Deploys a Milvus cluster/standalone with subchart 'milvus' from zilliztech
|
||||||
|
# ref: https://github.com/zilliztech/milvus-helm/tree/master/charts/milvus
|
||||||
enabled: false
|
enabled: false
|
||||||
|
# -- Milvus fullname override (recommended to be 'open-webui-milvus')
|
||||||
|
# - In this case, the Milvus uri will be 'http://[username:password@]open-webui-milvus:19530'
|
||||||
|
fullnameOverride: open-webui-milvus
|
||||||
# -- Active Milvus URI for RAG with env `MILVUS_URI`. If there is credentials in the uri, it will be used to connect to the Milvus server.
|
# -- Active Milvus URI for RAG with env `MILVUS_URI`. If there is credentials in the uri, it will be used to connect to the Milvus server.
|
||||||
# ref: https://docs.openwebui.com/getting-started/env-configuration#milvus_uri
|
# ref: https://docs.openwebui.com/getting-started/env-configuration#milvus_uri
|
||||||
uri: "http://open-webui-milvus:19530"
|
uri: "http://open-webui-milvus:19530"
|
||||||
@ -135,9 +138,6 @@ milvus:
|
|||||||
# -- Active Milvus token for RAG with env `MILVUS_TOKEN`
|
# -- Active Milvus token for RAG with env `MILVUS_TOKEN`
|
||||||
# ref: https://docs.openwebui.com/getting-started/env-configuration#milvus_token
|
# ref: https://docs.openwebui.com/getting-started/env-configuration#milvus_token
|
||||||
token: {}
|
token: {}
|
||||||
# -- Milvus fullname override (recommended to be 'open-webui-milvus')
|
|
||||||
# - In this case, the Milvus uri will be 'http://[username:password@]open-webui-milvus:19530'
|
|
||||||
fullnameOverride: open-webui-milvus
|
|
||||||
|
|
||||||
# -- Value of cluster domain
|
# -- Value of cluster domain
|
||||||
clusterDomain: cluster.local
|
clusterDomain: cluster.local
|
||||||
|
Loading…
Reference in New Issue
Block a user