langflow
langflow copied to clipboard
Code export
I know we have an export command but we do not have a method to export any code, or framework of code. Is this in the works or not intended as a feature?
You can import the flow into LangChain using:
from langflow import load_flow_from_json
langchain_obj = load_flow_from_json('exported_flow.json')
We might work on exporting code in the future but it isn't in development at the moment.
You can import the flow into LangChain using:
from langflow import load_flow_from_json langchain_obj = load_flow_from_json('exported_flow.json')We might work on exporting code in the future but it isn't in development at the moment.
Hello friends, I'm new here, I'm having this problem:
raise ValueError(f"File {file_name} is not accepted") ValueError: File is not accepted
I don't know how to solve it. I've tried several ways but I can't solve it, if you could help me I would appreciate it!

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.