mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
Fixed a docusaurus display issue (#2340)
### What problem does this PR solve? ### Type of change - [x] Documentation Update
This commit is contained in:
@ -340,8 +340,8 @@ This exception occurs when starting up the RAGFlow server. Try the following:
|
||||

|
||||
|
||||
1. Ensure that the RAGFlow server can access the base URL.
|
||||
2. Do not forget to append **/v1/** to **http://IP:port**:
|
||||
**http://IP:port/v1/**
|
||||
2. Do not forget to append `/v1/` to `http://IP:port`:
|
||||
`http://IP:port/v1/`
|
||||
|
||||
#### 4.16 `FileNotFoundError: [Errno 2] No such file or directory`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user