Skip to content

Commit 54169b3

Browse files
committed
Added ElasticSearch as vector DB
1 parent e5b4f92 commit 54169b3

File tree

14 files changed

+274
-319
lines changed

14 files changed

+274
-319
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ Alternatiely, follow the [instructions](./GPU_provisioning.md) to manually insta
151151
152152
### Deploy application
153153
154-
***Note:**: This pattern supports two types of vector databases, EDB Postgres for Kubernetes and Redis. By default the pattern will deploy EDB Postgres for Kubernetes as a vector DB. To deploy Redis, change the global.db.type to REDIS in [values-global.yaml](./values-global.yaml).
154+
***Note:**: This pattern supports three types of vector databases, EDB Postgres for Kubernetes, Elasticsearch and Redis. By default the pattern will deploy EDB Postgres for Kubernetes as a vector DB. To deploy Redis, change the global.db.type to REDIS in [values-global.yaml](./values-global.yaml).
155155
156156
```yaml
157157
---
@@ -161,10 +161,10 @@ global:
161161
useCSV: false
162162
syncPolicy: Automatic
163163
installPlanApproval: Automatic
164-
# Possible value for db.type = [REDIS, EDB]
164+
# Possible value for db.type = [REDIS, EDB, ELASTIC]
165165
db:
166166
index: docs
167-
type: EDB # <--- Default is EDB, Change the db type to REDIS for Redis deployment
167+
type: EDB # <--- Default is EDB, Change the db type to REDIS for Redis deployment or ELASTIC for Elasticsearch
168168
main:
169169
clusterGroupName: hub
170170
multiSourceConfig:

0 commit comments

Comments
 (0)