Phase 1 — verification
v0.6.0 MultiQuery/SubQuery:
struct SubQuery {
QueryTarget target_;
int num_candidates_{10};
};
struct MultiQuery {
std::vector<SubQuery> queries;
int topk{10};
std::string filter;
bool include_vector{false};
bool include_doc_id_{false};
std::optional<std::vector<std::string>> output_fields_;
};
Tasks
Depends on: #170, #171.
Phase 1 — verification
v0.6.0
MultiQuery/SubQuery:Tasks
queryMultiFFI path compiles and maps correctly toSubQuery.target_tests/coveringqueryMultipassDepends on: #170, #171.