0519 pdfparser (#7747)

### What problem does this PR solve?


### Type of change


- [x] Documentation Update
This commit is contained in:
writinwaters
2025-05-20 19:41:55 +08:00
committed by GitHub
parent 1c6320828c
commit 76b278af8e
14 changed files with 67 additions and 14 deletions

View File

@ -11,7 +11,7 @@ Switch your doc engine from Elasticsearch to Infinity.
RAGFlow uses Elasticsearch by default for storing full text and vectors. To switch to [Infinity](https://github.com/infiniflow/infinity/), follow these steps:
:::danger WARNING
:::caution WARNING
Switching to Infinity on a Linux/arm64 machine is not yet officially supported.
:::
@ -21,7 +21,7 @@ Switching to Infinity on a Linux/arm64 machine is not yet officially supported.
$ docker compose -f docker/docker-compose.yml down -v
```
:::cautiion WARNING
:::caution WARNING
`-v` will delete the docker container volumes, and the existing data will be cleared.
:::