MCPcopy Create free account
hub / github.com/VectorDB-NTU/RaBitQ-Library / save

Method save

python_bindings/symqg_bindings.cpp:76–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74 }
75
76 void save(const std::string& path) const {
77 if (!built_) {
78 throw std::runtime_error("SymqgIndex must be built before save");
79 }
80 index_->save(path.c_str());
81 }
82
83 static SymqgIndex load(const std::string& path) {
84 SymqgIndex wrapper;

Callers 1

mainFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected