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
Describe the bug
The EmbedData class has the same class and instance attributes, its not clear to me if there's a reason behind this further more trying to create an instance of the class throws an error.
Describe the bug
The EmbedData class has the same class and instance attributes, its not clear to me if there's a reason behind this further more trying to create an instance of the class throws an error.
https://github.com/StarlightSearch/EmbedAnything/blob/edf3086852d6dd003fac56ff9de09adfde57af13/python/python/embed_anything/_embed_anything.pyi#L308C1-L324C1
To Reproduce
raises the error:
TypeError: No constructor defined for EmbedDataExpected behavior
An instance of EmbedData is created.
Screenshots