You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| global | object |`{"image":{},"rollingUpdate":{},"searchEngine":{"defaultDatasetBucket":"magda-datasets","semanticIndexer":{"indexName":null,"indexVersion":null,"knnVectorFieldConfig":{"compressionLevel":null,"dimension":768,"efConstruction":100,"efSearch":100,"encoder":{"clip":false,"name":"sq","type":"fp16"},"m":16,"mode":"in_memory","spaceType":"l2"},"numberOfReplicas":0,"numberOfShards":1}}}`| only for providing appropriate default value for helm lint |
37
-
| global.searchEngine.semanticIndexer.knnVectorFieldConfig.compressionLevel | string |`nil`| The compression_level mapping parameter selects a quantization encoder that reduces vector memory consumption by the given factor. |
39
+
| global | object |`{"image":{},"rollingUpdate":{},"searchEngine":{"defaultDatasetBucket":"magda-datasets","semanticIndexer":{"indexName":null,"indexVersion":null,"knnVectorFieldConfig":{"compressionLevel":"32x","dimension":768,"efConstruction":100,"efSearch":100,"m":16,"mode":"on_disk","spaceType":"l2"},"numberOfReplicas":0,"numberOfShards":1}}}`| only for providing appropriate default value for helm lint |
40
+
| global.searchEngine.semanticIndexer.knnVectorFieldConfig.compressionLevel | string |`"32x"`| The compression_level mapping parameter selects a quantization encoder that reduces vector memory consumption by the given factor. |
38
41
| global.searchEngine.semanticIndexer.knnVectorFieldConfig.dimension | int |`768`| Dimension of the embedding vectors. |
39
42
| global.searchEngine.semanticIndexer.knnVectorFieldConfig.efConstruction | int |`100`| Similar to efSearch but used during index construction. Higher values improve search quality but increase index build time. |
40
43
| global.searchEngine.semanticIndexer.knnVectorFieldConfig.efSearch | int |`100`| The size of the candidate queue during search. Larger values may improve search quality but increase search latency. |
41
-
| global.searchEngine.semanticIndexer.knnVectorFieldConfig.encoder | object |`{"clip":false,"name":"sq","type":"fp16"}`| FAISS Encoder configuration (If compressionLevel is set, encoder will be ignored). |
42
44
| global.searchEngine.semanticIndexer.knnVectorFieldConfig.m | int |`16`| The maximum number of graph edges per vector. Higher values increase memory usage but may improve search quality. |
0 commit comments