Files
wehub-resource-sync f36e2104d8
sep-tests / ragflow_preflight (push) Waiting to run
sep-tests / ragflow_tests_infinity (push) Blocked by required conditions
sep-tests / ragflow_tests_elasticsearch (push) Blocked by required conditions
tests / ragflow_preflight (push) Waiting to run
tests / ragflow_tests_infinity (push) Blocked by required conditions
tests / ragflow_tests_elasticsearch (push) Blocked by required conditions
chore: import upstream snapshot with attribution
2026-07-13 12:16:49 +08:00

825 B

sidebar_position, slug, sidebar_custom_props
sidebar_position slug sidebar_custom_props
3 /switch_doc_engine
categoryIcon
LucideShuffle

Switch document engine

Switch your doc engine from Elasticsearch to Infinity.


RAGFlow uses Elasticsearch by default for storing full text and vectors. To switch to Infinity, follow these steps:

:::caution WARNING Switching to Infinity on a Linux/arm64 machine is not yet officially supported. :::

  1. Stop all running containers:

    $ docker compose -f docker/docker-compose.yml down -v
    

:::caution WARNING -v will delete the docker container volumes, and the existing data will be cleared. :::

  1. Set DOC_ENGINE in docker/.env to infinity.

  2. Start the containers:

    $ docker compose -f docker-compose.yml up -d