-
Notifications
You must be signed in to change notification settings - Fork 276
feat: add support for named vectorizers to ai.vectorizer_errors #683
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
feat: add support for named vectorizers to ai.vectorizer_errors #683
Conversation
I don't like having to materialize a name in this table. Maybe a better approach is to move the table to |
Yeah, that sounds more clever 👍. EDIT: I made the needed changes. Pending to add a test to this. |
641adeb
to
ec200a3
Compare
ec200a3
to
d6ab192
Compare
d6ab192
to
02274c7
Compare
02274c7
to
8487887
Compare
d792b59
to
349b1f3
Compare
349b1f3
to
0ed8db7
Compare
projects/pgai/db/sql/incremental/030-add_vectorizer_errors_view.sql
Outdated
Show resolved
Hide resolved
projects/pgai/db/sql/incremental/030-add_vectorizer_errors_view.sql
Outdated
Show resolved
Hide resolved
projects/pgai/db/sql/incremental/030-add_vectorizer_errors_view.sql
Outdated
Show resolved
Hide resolved
40997cb
to
b8201eb
Compare
…rs_view.sql Co-authored-by: Matvey Arye <cevian@gmail.com> Signed-off-by: Sergio Moya <1083296+smoya@users.noreply.github.com>
…rs_view.sql Co-authored-by: Matvey Arye <cevian@gmail.com> Signed-off-by: Sergio Moya <1083296+smoya@users.noreply.github.com>
3033eae
to
bd06439
Compare
All good to a last round of review 🚀 |
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.
LGTM. As a foliowup we need upgrade tests
BEGIN_COMMIT_OVERRIDE
chore: vectorizer_errors change was reverted
END_COMMIT_OVERRIDE