mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip e2e] Fix grammar (#13787)
Signed-off-by: sida shen <sida.shen@zilliz.com>
This commit is contained in:
parent
11c9958a98
commit
8faaa5d255
@ -10,7 +10,7 @@ Search now supports two modes: json DSL mode and Boolean Expr mode. We will talk
|
||||
|
||||
The execution mode of Boolean Expr works as follows:
|
||||
|
||||
1. client packs search expr, topk and query vector into proto and sends to Proxy node.
|
||||
1. client packs search expr, topk, and query vector into proto and sends to Proxy node.
|
||||
2. Proxy Node unmarshals the proto, parses it to logical plan, makes static check, and generates protobuf IR.
|
||||
3. Query Node unmarshals the plan, generates an executable plan AST, and queries in the segcore.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user