This video shows you how to get started quickly with the free Orcheo Cloud beta, as well as how to install and run Orcheo locally for development.
In the video, we use a retrieval-augmented generation (RAG) agent as an example. We begin by using the integrated web crawler to scrape content from the internet and store it in MongoDB. We then build hybrid indexes—BM25 and vector—for the data. Afterwards, we launch a RAG agent and ask it questions about the webpage we have just crawled. The agent returns answers with references to the source material.
For development and testing, we also offer the full Orcheo platform stack for local hosting. With a single command, you can install and start the platform; Docker is required. Once the installation is complete, you can use the web interface to upload and interact with your custom workflows.
For detailed documentation, visit: orcheo.readthedocs.io
For bug reports, visit: github.com/AI-Colleagues/orcheo/issues