microsoft / SPTAG

A distributed approximate nearest neighborhood search (ANN) library which provides a high quality vector index build, search and distributed online serving toolkits for large scale vector search scenario.
MIT License
4.79k stars 582 forks source link

compile failed with bug #402

Closed sandrew11 closed 10 months ago

sandrew11 commented 11 months ago

In /AnnService/src/BalancedDataPartition/main.cpp line679 and 702, there is "ErrorCode::fail". It should be "ErrorCode::Fail". Please fix it