Spaces:
Sleeping
Sleeping
title: LangFlow | |
emoji: ⛓️ | |
colorFrom: indigo | |
colorTo: purple | |
sdk: docker | |
pinned: false | |
license: mit | |
⛓️[LangFlow](https://github.com/logspace-ai/langflow) is an effortless way to experiment and prototype [LangChain](https://github.com/hwchase17/langchain) pipelines. Head over to our GitHub repo and join the Discord Server to follow what the community is building. | |
<div style="display: flex; margin-top: 0; padding-top: 0;"> | |
<a href="https://discord.gg/FUhJnnJ9"><img alt="LangFlow Repo" src="https://img.shields.io/badge/Discord-5865F2?style=for-the-badge&logo=discord&logoColor=white"/></a> | |
<a href="https://github.com/logspace-ai/langflow" style="margin-left: 10px;"><img alt="LangFlow Repo" src="https://img.shields.io/badge/github-%23121011.svg?style=for-the-badge&logo=github&logoColor=white"/></a> | |
</div> | |
--- | |
⚠️ **Important Note for Hugging Face Spaces Users:** | |
Hugging Face Spaces will not work directly with LangFlow due to security reasons with API keys. To use LangFlow on Hugging Face Spaces, follow these steps: | |
1. Fork the LangFlow space repository. | |
2. Set the global variable `LANGFLOW_REMOVE_API_KEYS` to `false` in the space settings or remove it entirely. |