We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38482db commit 59f5ae7Copy full SHA for 59f5ae7
python_bindings/bindings.cpp
@@ -244,9 +244,9 @@ class Index {
244
return data;
245
}
246
247
- std::vector<unsigned int> getIdsList() {
+ std::vector<hnswlib::labeltype> getIdsList() {
248
249
- std::vector<unsigned int> ids;
+ std::vector<hnswlib::labeltype> ids;
250
251
for(auto kv : appr_alg->label_lookup_) {
252
ids.push_back(kv.first);
0 commit comments