MCPcopy Create free account
hub / github.com/alibaba/proxima / set_dimension

Method set_dimension

sdk/cpp/src/grpc_client.h:413–415  ·  view source on GitHub ↗

Set vector data dimension, must set

Source from the content-addressed store, hash-verified

411
412 //! Set vector data dimension, must set
413 void set_dimension(uint32_t val) override {
414 knn_param_->set_dimension(val);
415 }
416
417 //! Set vector data type, must set
418 void set_data_type(DataType val) override {

Callers 3

convertMethod · 0.45
add_index_columnMethod · 0.45
set_featuresMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected