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
and have an ElasticsearchEmbeddingRetriever in my pipeline.
After serializing my Pipeline (relevant part of .yaml file below) and trying to deploy it in hayhooks, I get an Error message about that Python tuple:
yaml.constructor.ConstructorError: could not determine a constructor for the tag 'tag:yaml.org,2002:python/tuple'
in "", line 53, column 23:
basic_auth: !!python/tuple
Is there any way to prevent this (other than using elastic without authentication)?
Dear developers,
I'm using an ElasticSearchDocumentStore with authentication like so:
and have an ElasticsearchEmbeddingRetriever in my pipeline.
After serializing my Pipeline (relevant part of .yaml file below) and trying to deploy it in hayhooks, I get an Error message about that Python tuple:
Is there any way to prevent this (other than using elastic without authentication)?
The text was updated successfully, but these errors were encountered: