13 lines
223 B
YAML
13 lines
223 B
YAML
# Copyright (C) 2025 Intel Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
redis-vector-db:
|
|
enabled: false
|
|
qdrant:
|
|
enabled: true
|
|
|
|
data-prep:
|
|
DATAPREP_BACKEND: "QDRANT"
|
|
retriever-usvc:
|
|
RETRIEVER_BACKEND: "QDRANT"
|