-
Notifications
You must be signed in to change notification settings - Fork 4.5k
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
Disable or hide some components that came by default #2597
Comments
@codenprogressive you can directly delete the components file before deploying Langflow. |
Thanks for the hint. By the way I'm deploying Langflow by pip installing. We add our custom components, then we push to our GitLab. Not sure how to remove some default components programmatically? Suggestion |
Do you need any assistance with this case? If not, please let us know if this issue can be closed. |
Hi @carlosrcoelho this is more a feature request. |
@codenprogressive |
got it, that's what I ended up doing! thanks! |
Context
In my company, we have been exploring and experimenting with Langflow for quite some time. We are considering deploying this framework in our production environment and made available the various components (default ones that come with Langflow + the custom one that our team created to serve various use cases).
However, due to our enterprise Privacy & Secuity policies, we would like to be able to remove (or hide) some components that are not approved by the company policies. For example, only VertexAI LLMs and self-hosted open-sources LLMs are allowed to be used. hence, we would like to hide OpenAI, Cohere, etc from the Models marketplace!
Same request applies to Vector Stores technologies
The Ask
Is there anyway we can hide some of the components? if yes, can you provide some direction on how to do so?
The text was updated successfully, but these errors were encountered: