Skip to content

Commit 27b649d

Browse files
author
hemiao
committed
腾讯云向量数据库(Tencent Cloud VectorDB)说明增加方法映射
1 parent 5813d72 commit 27b649d

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

moql-querier-tcvector/readme.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,16 @@ RecordSet recordSet = querier.query(sql);
2121

2222
​ 下表将给出TcVector查询接口的参数与SQL语法的对照关系:
2323

24-
| TcVector查询参数接口 | SQL语法 |
25-
|------------------------------------------------|--------------|
26-
| withParams | withParams |
27-
| withVectors | withVectors |
28-
| withDocumentIds | where expr |
29-
| withFilter | where expr |
30-
| collection(table) | from table |
24+
| TcVector查询参数接口 | SQL语法 |
25+
|------------------------------------------------|------------------|
26+
| collection(table) | from table |
3127
| withOutputFields(outFields) | select outFields |
32-
| withExpr(expr) | where expr |
33-
| withLimit() | limit offset, k |
28+
| withDocumentIds | where id = ? |
29+
| withFilter | where expr |
30+
| withParams | withParams |
31+
| withVectors | withVectors |
32+
| withLimit() | limit offset, k |
33+
3434

3535
​ 模块的maven坐标
3636

0 commit comments

Comments
 (0)