Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rpstreef/langflow-setup
How to setup Langflow on Docker and Create your first RAG app
https://github.com/rpstreef/langflow-setup
ai how-to langchain langflow
Last synced: 1 day ago
JSON representation
How to setup Langflow on Docker and Create your first RAG app
- Host: GitHub
- URL: https://github.com/rpstreef/langflow-setup
- Owner: rpstreef
- License: apache-2.0
- Created: 2024-06-11T07:53:32.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-06-11T08:40:51.000Z (5 months ago)
- Last Synced: 2024-06-12T11:55:43.067Z (5 months ago)
- Topics: ai, how-to, langchain, langflow
- Language: Shell
- Homepage: https://rolfstreefkerk.com/posts/how-to-create-your-own-rag-ai-with-langflow
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# How to setup Langflow on Docker and Create your first RAG app
## How to install LangFlow on VirtualBox
- Download and install Vagrant (https://www.vagrantup.com/downloads.html) for your operating system.
- Download and install VirtualBox (https://www.virtualbox.org/wiki/Downloads) for your operating system.
- Create an `.env` file in this directory, and add your OpenAI key into it as follows:
- `OPENAI_API_KEY=`
- `vagrant up`; This starts installing the VirtualBox VM with Docker and LangFlow on it.
- When asked; `Which interface should the network bridge to?` Choose the card that is connected to your internet.
- `make vm`. (Requires Linux or compatible OS) to (start) connect to the VM.## How to use LangFlow:
Navigate to `http://localhost:7860/` to start using LangFlow
More on how to use LangFlow, via an example, in this How-To: https://rolfstreefkerk.com/posts/how-to-create-your-own-rag-ai-with-langflow