Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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: prepare embedder for Production #9517
feat: prepare embedder for Production #9517
Changes from 3 commits
d86eb2d
8628e3e
285f69b
0b024dd
ae6126f
9fb9c4f
20f5d96
eff8eb9
7ec3d6a
49c3eae
46dafac
47e83d9
7cee59e
5c96c41
49b349b
bf9a379
f7ccdc6
b573083
ba906e0
10953b5
7953939
c2b6753
8852ac2
2ba07c1
7bcd083
368b34c
1158523
ddfc151
07e0d12
8360b95
e74754d
e7991d3
ef1d8c4
59b0647
3faa442
2ab9f61
7fc4136
ea32be7
bc1cf74
7d82b28
b609f3e
8679d2c
0c80dd6
826a044
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
@jordanh safe to add the unique constraint here?
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.
Yes, I think that is ok. It would imply that if we ever have multiple versions of the same embedding models, they'll need to live on their own table which I think is what we'd want
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.
+2
This is very nice. It's so cool to see that we're riding the edge of the hugging face container development and using these endpoints as they ship them.