Skip to content
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

Add update support for embedding jobs on daemon #75

Merged
merged 5 commits into from
Feb 8, 2024

Conversation

var77
Copy link
Collaborator

@var77 var77 commented Jan 30, 2024

No description provided.

@var77 var77 force-pushed the varik/embedding-update-triggers branch from d9d2b17 to eb81d59 Compare January 30, 2024 13:07
.unwrap();
let client_data = db_client
.query_one(
&format!("SELECT COUNT(*) FROM {CLIENT_TABLE_NAME} WHERE title_embedding IS NULL AND title IS NULL"),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what are these actually testing?
are you testing somewhere that when you update title, corresponding embedding will be updated by the daemon to the new value?

@var77 var77 force-pushed the varik/embedding-update-triggers branch from b423999 to 3095ad2 Compare February 6, 2024 19:52
@var77 var77 force-pushed the varik/embedding-update-triggers branch from 82f7bbb to 9e52a5a Compare February 8, 2024 10:13
@var77 var77 merged commit abc5b0a into main Feb 8, 2024
10 of 12 checks passed
@var77 var77 deleted the varik/embedding-update-triggers branch February 8, 2024 10:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants