Files
GenAIExamples/ChatQnA/kubernetes/helm/cpu-milvus-values.yaml
2025-04-21 09:38:07 +08:00

15 lines
287 B
YAML

# Copyright (C) 2025 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
redis-vector-db:
enabled: false
milvus:
enabled: true
data-prep:
DATAPREP_BACKEND: "MILVUS"
COLLECTION_NAME: "rag_milvus"
retriever-usvc:
RETRIEVER_BACKEND: "MILVUS"
COLLECTION_NAME: "rag_milvus"