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
According to the Embedders proposal,
we should start implementing 3 classes:
OpenAIEmbeddingBackend (not a component): for local models, this is needed to reuse instances and save memory. Let's see if it too makes sense in this case (remote inference)
OpenAITransformersTextEmbedder
OpenAITransformersDocumentEmbedder
The text was updated successfully, but these errors were encountered:
According to the Embedders proposal,
we should start implementing 3 classes:
OpenAIEmbeddingBackend
(not a component): for local models, this is needed to reuse instances and save memory. Let's see if it too makes sense in this case (remote inference)OpenAITransformersTextEmbedder
OpenAITransformersDocumentEmbedder
The text was updated successfully, but these errors were encountered: