Build document-grounded agent context workflows with RAGFlow は何をしますか?
Use RAGFlow to ingest complex documents, build governed RAG knowledge bases, and give agents higher-fidelity context for retrieval-augmented workflows.
Prerequisites
RAGFlow, Docker or self-hosted/cloud RAGFlow deployment, target LLM/provider credentials as needed
Installation
Use the upstream install or setup path that matches your environment:
- If you have not installed Docker on your local machine (Windows, Mac, or Linux), see Install Docker Engine.
- $ git clone https://github.com/infiniflow/ragflow.git
- $ docker compose -f docker-compose.yml up -d
- $ docker logs -f docker-ragflow-cpu-1
Requirements and caveats from upstream:
-
Extracted from upstream docs: https://raw.githubusercontent.com/infiniflow/ragflow/HEAD/README.md