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

@ -23,7 +23,7 @@ Once a connection is established, an MCP server communicates with its client in
## Prerequisites
1. Ensure RAGFlow is upgraded to v0.18.0 or later.
2. Have your RAGFlow API key ready. See [Acquire a RAGFlow API key](./acquire_ragflow_api_key.md).
2. Have your RAGFlow API key ready. See [Acquire a RAGFlow API key](../acquire_ragflow_api_key.md).
:::tip INFO
If you wish to try out our MCP server without upgrading RAGFlow, community contributor [yiminghub2024](https://github.com/yiminghub2024) 👏 shares their recommended steps [here](#launch-an-mcp-server-without-upgrading-ragflow).

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.
:::