Skip to content

Add kwarg options to GCP Vectoriser transform method - #233

Draft
frayle-ons wants to merge 1 commit into
mainfrom
232-gcp-transform-kwargs
Draft

Add kwarg options to GCP Vectoriser transform method#233
frayle-ons wants to merge 1 commit into
mainfrom
232-gcp-transform-kwargs

Conversation

@frayle-ons

Copy link
Copy Markdown
Contributor

✨ Summary

These changes rework the implementation of the GcpVectoriser class' transform method to accept a kwargs argument that is passed to the embed_content call, modifying the EmbedContentConfig object. This allows the user to dynamically modify individual embedding requests, enabling changes to task type, embedding dimension and more.

📜 Changes Introduced

  • (feat:) modified the GcpVectoriser class transform method code.

✅ Checklist

Passes all precommit checks on commit and push

🔍 How to Test

Work in progress...

@frayle-ons frayle-ons linked an issue Sep 4, 2026 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add kwargs argument to GCP vectoriser transform method.

1 participant