Commit 7a413b0c authored by 王翔宇's avatar 王翔宇
Browse files

fix format


Former-commit-id: 914df3146c6673a9f6d60ba41e7e11e109f26d1a
parent 502ad296
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -204,6 +204,11 @@ XSearchTask::Execute() {
        output_distance.resize(topk * nq);
        std::string hdr =
            "job " + std::to_string(search_job->id()) + " nq " + std::to_string(nq) + " topk " + std::to_string(topk);
        auto str = R"(s324gagbds
bbvcb\fds
b
fdb\f
e))";

        try {
            // step 2: search
+1 −1
Original line number Diff line number Diff line
@@ -25,8 +25,8 @@
#include "knowhere/common/BinarySet.h"
#include "knowhere/common/Config.h"
#include "knowhere/index/vector_index/Quantizer.h"
#include "utils/Status.h"
#include "utils/Log.h"
#include "utils/Status.h"

namespace milvus {
namespace engine {