Skip to content

Commit

Permalink
Update docs/vectorizer-api-reference.md
Browse files Browse the repository at this point in the history
Co-authored-by: Iain Cox <[email protected]>
Signed-off-by: Sergio Moya <[email protected]>
  • Loading branch information
smoya and billy-the-fish authored Dec 19, 2024
1 parent f0327d7 commit 2909a19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/vectorizer-api-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ in other management functions.
| target_schema | name | - || Specify the schema where the embeddings will be stored. This argument takes precedence over `destination`. |
| target_table | name | - || Specify name of the table where the embeddings will be stored. |
| view_schema | name | - || Specify the schema where the view is created. |
| view_name | name | - || Specify the name of the view to be created. This argument takes precedence over *destination*. |
| view_name | name | - || Specify the name of the view to be created. This argument takes precedence over `destination`. |
| queue_schema | name | - || Specify the schema where the work queue table is created. |
| queue_table | name | - || Specify the name of the work queue table. |
| grant_to | [Grant To configuration][#grant-to-configuration] | `ai.grant_to_default()` || Specify which users should be able to use objects created by the vectorizer. |
Expand Down

0 comments on commit 2909a19

Please sign in to comment.