Skip to content

Commit e9015f7

Browse files
authored
Update manifest dependencies for Flow Framework and k-NN (#5513)
Signed-off-by: Daniel Widdis <[email protected]>
1 parent 610023b commit e9015f7

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

manifests/2.19.3/opensearch-2.19.3.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ components:
4747
platforms:
4848
- linux
4949
- windows
50+
depends_on:
51+
- common-utils
5052
- name: geospatial
5153
repository: https://github.com/opensearch-project/geospatial.git
5254
ref: '2.19'
@@ -189,6 +191,9 @@ components:
189191
depends_on:
190192
- common-utils
191193
- opensearch-remote-metadata-sdk
194+
- ml-commons
195+
- k-NN
196+
- neural-search
192197
- name: skills
193198
repository: https://github.com/opensearch-project/skills.git
194199
ref: '2.19'

manifests/3.1.0/opensearch-3.1.0.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ components:
4747
platforms:
4848
- linux
4949
- windows
50+
depends_on:
51+
- common-utils
5052
- name: geospatial
5153
repository: https://github.com/opensearch-project/geospatial.git
5254
ref: main
@@ -190,6 +192,9 @@ components:
190192
depends_on:
191193
- common-utils
192194
- opensearch-remote-metadata-sdk
195+
- ml-commons
196+
- k-NN
197+
- neural-search
193198
- name: skills
194199
repository: https://github.com/opensearch-project/skills.git
195200
ref: main

0 commit comments

Comments
 (0)