mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Reorder header files for indexbuilder/IndexWrapper.cpp (#15074)
Signed-off-by: yudong.cai <yudong.cai@zilliz.com>pull/15084/head
parent
8e3f258d80
commit
e9fe927f5d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue