提交 ad6a7348 编写于 作者: W wxyu

fix format


Former-commit-id: 950a3cd61802b42b13d956677ce484b5e74fdd7e
上级 b8605caa
......@@ -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
......
......@@ -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 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册