File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
server/src/main/java/org/elasticsearch/index
x-pack/plugin/gpu/src/main/java/org/elasticsearch/xpack/gpu Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1
1
pr : 135545
2
- summary : Add GPUPlugin for vector indeces on GPU
2
+ summary : Add GPUPlugin for indexing vectors on GPU
3
3
area : Vector Search
4
4
type : feature
5
5
issues : []
Original file line number Diff line number Diff line change 65
65
* be called for each settings update.
66
66
*/
67
67
public final class IndexSettings {
68
-
69
68
public static final Setting <List <String >> DEFAULT_FIELD_SETTING = Setting .stringListSetting (
70
69
"index.query.default_field" ,
71
70
Collections .singletonList ("*" ),
Original file line number Diff line number Diff line change 21
21
22
22
public class GPUPlugin extends Plugin implements InternalVectorFormatProviderPlugin {
23
23
24
- public static final FeatureFlag GPU_FORMAT = new FeatureFlag ("gpu_format " );
24
+ public static final FeatureFlag GPU_FORMAT = new FeatureFlag ("gpu_vectors_indexing " );
25
25
26
26
/**
27
27
* An enum for the tri-state value of the `index.vectors.indexing.use_gpu` setting.
You can’t perform that action at this time.
0 commit comments