[skip e2e] Reorder header files for query/SearchOnGrowing.cpp (#14263)

Signed-off-by: yudong.cai <yudong.cai@zilliz.com>
pull/14326/head
Cai Yudong 2021-12-27 14:10:21 +08:00 committed by GitHub
parent d9cac2b3f0
commit 8def3c44dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 6 deletions

View File

@ -10,16 +10,11 @@
// or implied. See the License for the specific language governing permissions and limitations under the License
#include "SearchOnGrowing.h"
#include <knowhere/index/vector_index/adapter/VectorAdapter.h>
#include <knowhere/index/vector_index/VecIndexFactory.h>
#include "segcore/Reduce.h"
#include <faiss/utils/distances.h>
#include "utils/Utils.h"
#include "query/SearchBruteForce.h"
#include "query/SearchOnIndex.h"
namespace milvus::query {
Status
FloatSearch(const segcore::SegmentGrowingImpl& segment,
const query::SearchInfo& info,