Files
langflow/docs/docs
Gabriel Luiz Freitas Almeida 9cc0ae0242 📝 docs(flow-runner.mdx): add explanation about using Document as input in FlowRunner class
The commit adds an explanation about using a `Document` as input in the `FlowRunner` class. It clarifies that using a `Document` is a straightforward way to pass text data in Langflow. Typically, a flow expects a string or a dictionary as input, and if a dictionary is used, it should be built according to the needs of the specific flow. The commit also mentions that the content of a document can be extracted using the `page_content` property and passed as an argument to the selected flow.
2023-07-31 14:37:18 -03:00
..
2023-07-18 15:08:00 -03:00
2023-07-18 15:08:00 -03:00
2023-07-30 17:59:12 -03:00
2023-07-18 15:08:00 -03:00