[ENH] Regenerate JS client library from Chroma 1.0.0 openapi spec - @chromadb and @chromadb-client v2.1.0#3967
Merged
philipithomas merged 11 commits intomainfrom Mar 25, 2025
Merged
Conversation
Reviewer ChecklistPlease leverage this checklist to ensure your code review is thorough before approving Testing, Bugs, Errors, Logs, Documentation
System Compatibility
Quality
|
HammadB
reviewed
Mar 12, 2025
02d00a0 to
954b33a
Compare
Member
Author
|
Blocked on #4003 |
954b33a to
46e87a1
Compare
46e87a1 to
3042554
Compare
jairad26
approved these changes
Mar 25, 2025
Inventrohyder
pushed a commit
to Inventrohyder/chroma
that referenced
this pull request
Aug 5, 2025
…chromadb and @chromadb-client v2.1.0 (chroma-core#3967) The JS client library leverage the [Chroma OpenAPI spec](https://api.trychroma.com:8000/docs/) to code-generate bindings. This PR updates: - The code-generation script to be at the latest version - Regenerates API code using the Chroma 1.0.0 spec (Rust server) - Bumps the JS client libraries to v2.1.0 Related: chroma-core#3901
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The JS client library leverage the Chroma OpenAPI spec to code-generate bindings.
This PR updates:
Related: #3901