You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just a heads up for anyone really wanting to use AWS Bedrock Embedding with Haystack 2.0 but can't because it's not implemented yet. It's possible to be done in a hacky-way with LiteLLM Proxy https://litellm.vercel.app/docs/simple_proxy
If you have a docker-compose hosting your Haystack API you can do something like this. You can also do it with this sample configuration: docker-compose.yml:
Not optimal because it requeries an external container but it's a "quick win" as we say ahah
I'm not sure I have the programming skills to do a proper implementation in Haystack of Bedrock embedding unfortunately :/
In addition to the recently merged AmazonBedrockGenerator #153, we need an AmazonBedrockEmbedder for the embedding models.
Tasks
The text was updated successfully, but these errors were encountered: