mirror of https://github.com/milvus-io/milvus.git
parent
b8605caa40
commit
ad6a7348f1
|
@ -204,6 +204,11 @@ XSearchTask::Execute() {
|
||||||
output_distance.resize(topk * nq);
|
output_distance.resize(topk * nq);
|
||||||
std::string hdr =
|
std::string hdr =
|
||||||
"job " + std::to_string(search_job->id()) + " nq " + std::to_string(nq) + " topk " + std::to_string(topk);
|
"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 {
|
try {
|
||||||
// step 2: search
|
// step 2: search
|
||||||
|
|
|
@ -25,8 +25,8 @@
|
||||||
#include "knowhere/common/BinarySet.h"
|
#include "knowhere/common/BinarySet.h"
|
||||||
#include "knowhere/common/Config.h"
|
#include "knowhere/common/Config.h"
|
||||||
#include "knowhere/index/vector_index/Quantizer.h"
|
#include "knowhere/index/vector_index/Quantizer.h"
|
||||||
#include "utils/Status.h"
|
|
||||||
#include "utils/Log.h"
|
#include "utils/Log.h"
|
||||||
|
#include "utils/Status.h"
|
||||||
|
|
||||||
namespace milvus {
|
namespace milvus {
|
||||||
namespace engine {
|
namespace engine {
|
||||||
|
|
Loading…
Reference in New Issue