Baidu
If you installed lfx directly with uv pip install lfx, install this provider from the long-tail metapackage:
uv pip install "lfx-bundles[<bundle>]"
Replace <bundle> with this page's provider name, for example qdrant.
To install every long-tail provider at once, run uv pip install "lfx[bundles]".
See the Bundle list for the exact extra name.
If you installed Langflow with uv pip install langflow, these bundle components are already included.
Bundles contain custom components that support specific third-party integrations with Langflow.
This page describes the components that are available in the Baidu bundle.
Qianfan
The Qianfan component generates text using Qianfan's language models.
It can output either a Model Response (Message) or a Language Model (LanguageModel).
Use the Language Model output when you want to use a Qianfan model as the LLM for another LLM-driven component, such as an Agent or Smart Transform component.
For more information, see Language model components and the Qianfan documentation.
Was this page helpful?