Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Fondant- prefix from class names #135

Merged
merged 2 commits into from
May 16, 2023
Merged

Conversation

RobbeSneyders
Copy link
Member

Fixes #123

Copy link
Contributor

@PhilippeMoussalli PhilippeMoussalli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Thanks

@@ -34,7 +34,7 @@ def query_clip_client(text: str, client: ClipClient) -> List[str]:
return urls


class LAIONRetrievalComponent(FondantTransformComponent):
class LAIONRetrievalComponent(WriteComponent):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

a load component is technically also a write component :p

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops, good catch :)

@RobbeSneyders RobbeSneyders merged commit 5eb950d into main May 16, 2023
@RobbeSneyders RobbeSneyders deleted the feature/rename-classes branch May 16, 2023 12:06
Hakimovich99 pushed a commit that referenced this pull request Oct 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Simplify Fondant naming
3 participants