Nicolò Boschi
Nicolò Boschi
If it is not possible right now, I might working on this and create a PR @waynevanson Could you give me some hints for starting?
Will be fixed by #2971
For reference, my quick solution to test a local branch of a plugin is: ``` $(poetry run which pip) install dist/ ```
We updated the template on Railway (thanks @ogabrielluiz ) This should now work correctly. You need to start over. @rodgermoore please open another ticket for the Azure Container issue since...
Hey @YamonBot The new component system is much more usable and easy. My suggestion would be to look at an existing component: https://github.com/langflow-ai/langflow/blob/main/src/backend/base/langflow/components/vectorstores/AstraDB.py All the paramters now must be in...
>helm.sh/resource-policy="keep" This only works if the original chart already have this annotations for the resource. My case is for migrating from a helm chart to an operator without downtimes. 1....
@tristanbes I think dosubot suggestion is valuable, could you try ? we're not using requests library so your workaorund is not effective
Could you try 1.0.12? There's a fix for it https://github.com/langflow-ai/langflow/pull/2863
@jordanrfrazier to import a specific flow you need to create a new blank one, from the dropdown click "Import" and pass it the JSON file. The "upload" button in the...
I don't think any update on this component is worth it in terms of security. Even implementing a sandbox is not enough to actually prevent malicious users to access the...