-
Notifications
You must be signed in to change notification settings - Fork 8.2k
docs: custom component directory requires an init.py file #9447
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
Conversation
|
Important Review skippedAuto incremental reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the WalkthroughThe pull request updates documentation for Langflow's custom components, focusing on clarifying directory structure requirements, specifically emphasizing the need for an Changes
Estimated Code Review Effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly Related PRs
Suggested Labels
✨ Finishing Touches🧪 Generate unit tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR/Issue comments)Type Other keywords and placeholders
Status, Documentation and Community
|
__init__.py file
This comment has been minimized.
This comment has been minimized.
1 similar comment
This comment has been minimized.
This comment has been minimized.
Victor-w-Madeira
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
|
Build successful! ✅ |
* add-init-py-to-examples * add-troubleshooting * remove-extra-comment
* add-init-py-to-examples * add-troubleshooting * remove-extra-comment



Issue #9343 mentions that
__init__.pyis required for Langflow to detect custom components, and the docs examples don't include this. This PR adds them, and a troubleshooting entry for other users who might see this issue.Summary by CodeRabbit