haystack-core-integrations icon indicating copy to clipboard operation
haystack-core-integrations copied to clipboard

Add a GoogleAIGeminiDocumentEmbedder and GoogleAIGeminiTextEmbedder

Open julian-risch opened this issue 8 months ago • 2 comments

We should enable users to use embedding models with the integration, for example text-embedding-004. https://cloud.google.com/vertex-ai/generative-ai/docs/model-reference/text-embeddings-api Came up on discord.

Related to https://github.com/deepset-ai/haystack-core-integrations/issues/1530

julian-risch avatar Mar 12 '25 13:03 julian-risch

I can work on that as I already implemented it locally

rhajou avatar Mar 17 '25 06:03 rhajou

Related publication https://deepmind.google/research/publications/157741/

julian-risch avatar Apr 23 '25 10:04 julian-risch

Google Generative AI SDK is deprecated and will reach EOL in September 2025.

Google GenAI SDK should be used instead, for which we already introduced Embedders in #1783.

For this reason, I am closing this issue and the related PR.

anakin87 avatar Jul 24 '25 13:07 anakin87