You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/query.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ In this case, you can:
31
31
32
32
3. At query time, you usually want to directly run the function with specific input data, instead of letting it called as part of a long-lived indexing flow.
33
33
To do this, declare the function as a *transform flow*, by decorating it with `@cocoindex.transform_flow()`.
34
-
This will add `eval()`/`eval_async()` methods to the function, so that you can directly call with specific input data.
34
+
This will add `eval()`and`eval_async()` methods to the function, so that you can directly call with specific input data.
0 commit comments