Sagemaker embeddings #2237
Replies: 1 comment
-
It turns out that different models have different JSON structures for the embedding that was causing the issue. In my case the embeddings were in vector field |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am following the example here
https://python.langchain.com/en/harrison-docs-refactor-3-24/modules/models/text_embedding/examples/sagemaker-endpoint.html
to integrate with an embedding model deployed using : https://www.philschmid.de/custom-inference-huggingface-sagemaker
However, it is failing with :
What might be going wrong here?
Beta Was this translation helpful? Give feedback.
All reactions