-
Notifications
You must be signed in to change notification settings - Fork 1.9k
[ENH] Add nomic embedding function #4911
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
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. |
Reviewer ChecklistPlease leverage this checklist to ensure your code review is thorough before approving Testing, Bugs, Errors, Logs, Documentation
System Compatibility
Quality
|
1e6fe2d to
a339c38
Compare
3ce0fcc to
be76229
Compare
a339c38 to
34225f8
Compare
bce5833 to
acf3839
Compare
480ead9 to
fe95102
Compare
acf3839 to
feb8131
Compare
4b1428c to
7eac9c8
Compare
a40c5d4 to
8c0eebb
Compare
7eac9c8 to
bd49feb
Compare
77473be to
fd6a8cc
Compare
36a2766 to
0a6cc75
Compare
0a6cc75 to
a219bb3
Compare
a219bb3 to
e67eb4f
Compare
3b7c5ae to
943d5cb
Compare
e67eb4f to
5f002bb
Compare
943d5cb to
935e137
Compare
5100775 to
5edc33f
Compare
935e137 to
7e6d335
Compare
5edc33f to
341a219
Compare
06b8369 to
921fdc8
Compare
341a219 to
6c083cf
Compare
921fdc8 to
38a3480
Compare
6c083cf to
255e7f2
Compare
38a3480 to
15304a1
Compare
255e7f2 to
998da94
Compare
15304a1 to
b83b261
Compare
|
Introduce Adds first-class support for generating embeddings via the Nomic platform. The PR introduces a new class Key Changes• New file Affected Areas• This summary was automatically generated by @propel-code-bot |
| @@ -0,0 +1,21 @@ | |||
| { | |||
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.
Can we validate that we are using these in schema?
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.
Please see comments
b83b261 to
1542b3b
Compare

Description of changes
Summarize the changes made by this PR.
Test plan
How are these changes tested?
pytestfor python,yarn testfor js,cargo testfor rustDocumentation Changes
Are all docstrings for user-facing APIs updated if required? Do we need to make documentation changes in the docs section?