-
Notifications
You must be signed in to change notification settings - Fork 248
docs: update for name and destination changes #641
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
8840d21
to
2930189
Compare
4b33663
to
5949c2f
Compare
fix: destination_table( not just destination( Update docs/vectorizer/api-reference.md Co-authored-by: Matvey Arye <[email protected]> Signed-off-by: Jascha Beste <[email protected]> Update docs/vectorizer/api-reference.md Co-authored-by: Matvey Arye <[email protected]> Signed-off-by: Jascha Beste <[email protected]> docs: fix some typos and more precise language
5949c2f
to
88818ed
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
some nits but approving
SELECT ai.disable_vectorizer_schedule(1); | ||
|
||
-- Using name (recommended) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: make the recommended example come first
SELECT ai.drop_vectorizer(1); | ||
``` | ||
|
||
- Remove the vectorizer with ID 1 and drop the target table and view as well: | ||
- Remove a vectorizer by name (recommended): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: first
-- Using ID | ||
SELECT ai.vectorizer_queue_pending(1); | ||
|
||
-- Using name (recommended) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: first
No description provided.