mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-01-23 11:36:38 +08:00
### What problem does this PR solve?
Trailing white-spaces in commit 6814ace1aa
got automatically trimmed by code editor may causes documentation
typesetting broken.
Mostly for double spaces for soft line breaks.
### Type of change
- [x] Documentation Update
825 B
825 B
sidebar_position, slug, sidebar_custom_props
| sidebar_position | slug | sidebar_custom_props | ||
|---|---|---|---|---|
| 3 | /switch_doc_engine |
|
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. :::
-
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.
:::
-
Set
DOC_ENGINEin docker/.env toinfinity. -
Start the containers:
$ docker compose -f docker-compose.yml up -d