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

Upsert support for JS #399

Merged
merged 20 commits into from
May 3, 2023
Merged

Upsert support for JS #399

merged 20 commits into from
May 3, 2023

Conversation

levand
Copy link
Contributor

@levand levand commented Apr 20, 2023

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

@levand levand requested a review from jeffchuber April 20, 2023 20:12
Copy link
Contributor

@jeffchuber jeffchuber left a 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!

clients/js/src/index.ts Show resolved Hide resolved
clients/js/src/index.ts Outdated Show resolved Hide resolved
clients/js/src/index.ts Outdated Show resolved Hide resolved
clients/js/src/index.ts Outdated Show resolved Hide resolved
@levand levand self-assigned this Apr 24, 2023
@levand levand requested a review from jeffchuber April 27, 2023 01:39
Copy link
Contributor

@jeffchuber jeffchuber left a 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;
});
Copy link
Contributor

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.

@levand levand merged commit be04dca into team/hypothesis-tests May 3, 2023
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.

3 participants