[skip e2e] Reorder header files for indexbuilder/IndexWrapper.cpp (#15074)

Signed-off-by: yudong.cai <yudong.cai@zilliz.com>
pull/15084/head
Cai Yudong 2022-01-10 12:53:44 +08:00 committed by GitHub
parent 8e3f258d80
commit e9fe927f5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 11 deletions

View File

@ -9,22 +9,21 @@
// is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
// or implied. See the License for the specific language governing permissions and limitations under the License
#include <map>
#include <exception>
#include <map>
#include <google/protobuf/text_format.h>
#include "exceptions/EasyAssert.h"
#include "pb/index_cgo_msg.pb.h"
#include "indexbuilder/IndexWrapper.h"
#include "indexbuilder/utils.h"
#include "knowhere/common/Timer.h"
#include "knowhere/common/Utils.h"
#include "knowhere/index/vector_index/ConfAdapterMgr.h"
#include "knowhere/index/vector_index/VecIndexFactory.h"
#include "knowhere/index/vector_index/helpers/IndexParameter.h"
#include "exceptions/EasyAssert.h"
#include "IndexWrapper.h"
#include "indexbuilder/utils.h"
#include "index/knowhere/knowhere/index/vector_index/ConfAdapterMgr.h"
#include "index/knowhere/knowhere/common/Timer.h"
#include "index/knowhere/knowhere/common/Utils.h"
namespace milvus {
namespace indexbuilder {
namespace milvus::indexbuilder {
IndexWrapper::IndexWrapper(const char* serialized_type_params, const char* serialized_index_params) {
type_params_ = std::string(serialized_type_params);
@ -384,5 +383,4 @@ IndexWrapper::LoadRawData() {
}
}
} // namespace indexbuilder
} // namespace milvus
} // namespace milvus::indexbuilder