add pgvector types to golem rdbms postgres #2504
Merged
vigoo merged 19 commits intogolemcloud:mainfrom Dec 27, 2025
Merged
Conversation
Contributor
|
This can go in after the 1.4 release (end of this week), we don't want to change the WITs before it. |
32c0cb3 to
55a66cd
Compare
vigoo
approved these changes
Dec 23, 2025
Contributor
vigoo
left a comment
There was a problem hiding this comment.
Pre-approving as the main change looks good, there maybe some more merging/wit/test updating needed to make it green.
For example I think the WIT worlds in the SDKs need to be updated (both rust and ts, in the sdks dir) to import the updated rdbms package version.
ea17f29 to
d09346c
Compare
d09346c to
cf0ea5a
Compare
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.
fixes: #2497
/claim #2497
add pgvector types to https://github.com/golemcloud/golem/blob/main/wit/deps/golem-rdbms/postgres.wit
NOTE: as wit do not have support for
f16,f32is used indb-value::halfvecwit typeTODO:
current setup in relation to CLI and
tstest components using released version ofgolem-ts-sdkfor example
test_naming_extremestest with componentwhich missing latest changes
locally with
tests are passing without failure
related change:
cli-integration-tests-group3changed to usegolem-ts-sdkfrom branch (sdks/ts/packages)