GoogleCloudPlatform / golang-samples

Sample apps and code written for Google Cloud in the Go programming language.
Apache License 2.0
4.32k stars 1.75k forks source link

fix: refactoring aiplatform samples #4326

Closed BigBlackWolf closed 2 months ago

BigBlackWolf commented 3 months ago

Description

Checklist

BigBlackWolf commented 3 months ago

It appears to be two identical samples in embeddings.go and _embeddingspreview.go: generativeaionvertexai_sdk_embedding and generativeaionvertexai_text_embeddings / aiplatform_text_embeddings. Should one of them being removed?

telpirion commented 2 months ago

It appears to be two identical samples in embeddings.go and _embeddingspreview.go: generativeaionvertexai_sdk_embedding and generativeaionvertexai_text_embeddings / aiplatform_text_embeddings. Should one of them being removed?

Yes, If the two samples are identical, we should remove one of them. If I had to guess, one was written when the feature was in a preview state.