LangFlowHuggingFace Inference APIChatHuggingFaceHuggingFaceInferenceAPIEmbeddingsbeginner15 min
LangFlow + HuggingFace model integration
Using open-source HF models as drop-in LLMs/embeddings in low-code LangFlow agent/RAG flows without custom Python coding
Prerequisites
- →LangFlow installed and running. Hugging Face account with API token (https://huggingface.co/settings/tokens). For local inference: host model with compatible endpoint (e.g. http://host:port). Python 3.10+
- →langchain-huggingface packages implicitly handled by LangFlow.
Further reading