File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed
billion-scale-vector-search/app/src/main/application Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 22<services version =' 1.0' xmlns : deploy =" vespa" xmlns : preprocess =" properties" >
33<!-- Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.-->
44 <container id =' default' version =' 1.0' >
5- <nodes count =' 1' />
5+ <nodes count =" 1" >
6+ <resources vcpu =" 8" memory =" 16Gb" disk =" 50Gb" />
7+ </nodes >
68 <component id =' ai.vespa.examples.ClusteringComponent' bundle =' billion-scale-vector-search' />
79 <search >
810 <chain id =' default' inherits =' vespa' >
2325 <document mode =' index' type =' vector' selection =' vector.in_graph==true' />
2426 <document-processing cluster =' default' chain =' neighbor-assigner' />
2527 </documents >
26- <nodes count =' 1' />
28+ <nodes count =" 1" >
29+ <resources vcpu =" 8" memory =" 16Gb" disk =" 50Gb" />
30+ </nodes >
2731 <engine >
2832 <proton >
2933 <tuning >
4347 <document mode =' index' type =' vector' selection =' vector.in_graph==false' />
4448 <document-processing cluster =' default' chain =' neighbor-assigner' />
4549 </documents >
46- <nodes count =' 1' />
50+ <nodes count =" 1" >
51+ <resources vcpu =" 8" memory =" 16Gb" disk =" 50Gb" />
52+ </nodes >
4753 <engine >
4854 <proton >
4955 <tuning >
You can’t perform that action at this time.
0 commit comments