-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
Custom Component Missing in Helpers Menu #5595
Comments
Hey @ThomaciousD! I'm here to help you with any bugs, questions, or contributions you have for Langflow. Feel free to ask me anything! The issue of the missing Custom Component option in the Langflow UI could be related to several factors. Here are some steps to troubleshoot and potentially resolve the problem:
If these steps do not resolve the issue, further investigation into the codebase or reaching out to someone familiar with recent changes, like @ogabrielluiz, might be necessary. To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other |
Hi everyone, After further investigation, I discovered the root cause of the issue. The problem lies in how custom components are structured and organized within the directory specified by the LANGFLOW_COMPONENTS_PATH environment variable. Root Cause: Components need to be placed inside category subfolders within the LANGFLOW_COMPONENTS_PATH base directory. Here’s the proper structure for reference:
Next Steps: If you encounter similar issues, double-check the directory structure and restart the Langflow application after making adjustments. I’ve submitted a pull request to address this issue: #5626 |
* Update custom components documentation (Fixes #5595) * docs: cleanup --------- Co-authored-by: Mendon Kissling <[email protected]>
…langflow-ai#5626) * Update custom components documentation (Fixes langflow-ai#5595) * docs: cleanup --------- Co-authored-by: Mendon Kissling <[email protected]>
Bug Description
In the Langflow UI, the Custom Component option is missing under the Helpers menu. According to the documentation, this feature should allow users to create and integrate custom components directly within Langflow, but the UI does not provide an option for adding them.
Reproduction
Expected behavior
The Helpers menu should include the Custom Component option, allowing users to drag it into the workspace and define custom components as described in the Langflow documentation.
Who can help?
@ogabrielluiz
Operating System
Google Cloud Kubernetes Engine
Langflow Version
1.1.1
Python Version
None
Screenshot
Flow File
No response
The text was updated successfully, but these errors were encountered: