소스 검색

API doc: Correct Base URL and Dataset URL. (#1444)

The correct URL is http://<host_address>/v1/api , not
http://<host_address>/api/v1 .

### What problem does this PR solve?

### Type of change

- [x] Documentation Update

---------

Co-authored-by: Kevin Hu <kevinhu.sh@gmail.com>
tags/v0.9.0
Yuhao Tsui 1 년 전
부모
커밋
8964817d72
No account linked to committer's email address
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      docs/references/ragflow_api.md

+ 1
- 1
docs/references/ragflow_api.md 파일 보기

@@ -8,7 +8,7 @@ RAGFlow offers RESTful APIs for you to integrate its capabilities into third-par

## Base URL
```
http://<host_address>/api/v1/
http://<host_address>/v1/api/
```

## Dataset URL

Loading…
취소
저장