Support new chromadb api version by dev-jonghoonpark · Pull Request #10170 · testcontainers/testcontainers-java
Navigation Menu
{{ message }}
testcontainers / testcontainers-java Public
- Notifications You must be signed in to change notification settings
- Fork 1.8k
Merged
eddumelendez merged 4 commits intotestcontainers:mainfrom
Apr 4, 2025Merged
Support new chromadb api version#10170
eddumelendez merged 4 commits intotestcontainers:mainfrom
Support new chromadb api version#10170
eddumelendez merged 4 commits intotestcontainers:mainfrom
Conversation
Copy link
Contributor
dev-jonghoonpark
commented
Apr 4, 2025
dev-jonghoonpark
commented
ChromaDB 1.0.0 has been released recently.
- https://github.com/chroma-core/chroma/releases/tag/1.0.0
- https://hub.docker.com/r/chromadb/chroma/tags?name=1.0.0
With this release, the v1 APIs have been deprecated.
To support the new v2 APIs, we have added version branching.
For the version branching work, I referred to LocalStackContainer.
dev-jonghoonpark
requested a review
from a team
github-actions
bot
added
the
modules/chromadb
label
eddumelendez reviewed Apr 4, 2025
modules/chromadb/src/test/java/org/testcontainers/chromadb/ChromaDBContainerTest.java
Outdated
Show resolved
Hide resolved
modules/chromadb/src/test/java/org/testcontainers/chromadb/ChromaDBContainerTest.java Outdated Show resolved Hide resolved
…omaDBContainerTest.java
eddumelendez
added this to the
next milestone
dev-jonghoonpark
force-pushed
the
handle-new-chroma-db-api-version
branch
from
8e22846 to
3c4ca04
Compare
dev-jonghoonpark
force-pushed
the
handle-new-chroma-db-api-version
branch
from
3c4ca04 to
8ff8eed
Compare
eddumelendez
added
the
type/feature
label
eddumelendez
changed the title
handle new ChromaDB api version
Support new chromadb api version
Copy link
Member
eddumelendez
commented
Apr 4, 2025
eddumelendez commented
Apr 4, 2025Thanks for your contribution, @dev-jonghoonpark !
This was referenced
Apr 9, 2025
rlagkswn00
mentioned this pull request
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