[Store] Use codewithkyrian/chromadb-php v1.0 and drop 0.x#1081
Merged
OskarStark merged 1 commit intosymfony:mainfrom Dec 8, 2025
Merged
[Store] Use codewithkyrian/chromadb-php v1.0 and drop 0.x#1081OskarStark merged 1 commit intosymfony:mainfrom
codewithkyrian/chromadb-php v1.0 and drop 0.x#1081OskarStark merged 1 commit intosymfony:mainfrom
Conversation
Contributor
OskarStark
commented
Dec 8, 2025
| Q | A |
|---|---|
| Bug fix? | no |
| New feature? | yes |
| Docs? | no |
| Issues | Replaces #1076 |
| License | MIT |
- Update codewithkyrian/chromadb-php requirement from ^0.2.1|^0.3|^0.4 to ^1.0
- Update namespaces for v1.0 BC breaks:
- QueryItemsResponse moved to Codewithkyrian\ChromaDB\Responses
- CollectionResource replaced with Collection in Codewithkyrian\ChromaDB\Models
- Remove queryImages parameter from query() call (removed in v1.0)
- Add queryTexts option to query() method for text-based searches
Contributor
|
nice! Like it! |
bf9b4c9 to
135a219
Compare
- Update codewithkyrian/chromadb-php requirement from ^0.2.1|^0.3|^0.4 to ^1.0 - Update namespaces for v1.0 BC breaks: - QueryItemsResponse moved to Codewithkyrian\ChromaDB\Responses - CollectionResource replaced with Collection in Codewithkyrian\ChromaDB\Models - Remove queryImages parameter from query() call (removed in v1.0) - Add queryTexts option to query() method for text-based searches
135a219 to
537169f
Compare
codewithkyrian/chromadb-php v1.0
codewithkyrian/chromadb-php v1.0codewithkyrian/chromadb-php v1.0 and drop 0.x
Member
|
@rvmourik needed to fix that in the demo as well: https://github.com/symfony/ai/pull/1086/files not sure if we need to change something here - i think it's just a breaking change we inherit from the package, see https://github.com/CodeWithKyrian/chromadb-php/releases/tag/1.0.0 |
@chr-hertel thanks for the quick reply, that works indeed. Offtopic, loved your talk at Symfony Con in Amsterdam |
Member
|
Happy to hear that @rvmourik & thanks for the feedback! |
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.
