-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Upsert support for JS #399
Conversation
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.
a few small questions to address, thanks!
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.
thanks!
return response.data; | ||
}).catch(function ({ response }) { | ||
return response.data; | ||
}); |
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.
ill update this to use the new handleSuccess
, handleError
functions later.
Description of changes
Regenerate the JS API and tweak it to correspond to the changes for Upsert introduced in #385
Test plan
Includes a unit test. Actual functionality is covered via the Python tests.
Documentation Changes
Included in chroma-core/docs#27