ToolSiftToolSift
Back to tutorials

RAGFlow deployment notes

Open-source RAG engine focused on document understanding and retrieval workflows.

Before installing

  • Review the license: Apache-2.0.
  • Check whether Docker is supported: yes.
  • Check API key dependency: depends on model/provider.
  • Confirm supported models: OpenAI-compatible, Local models.

Setup commands

git clone https://github.com/infiniflow/ragflow.gitRead README and copy the example environment fileStart with Docker if the project provides compose files