Commit
·
5cb0eba
1
Parent(s):
919f3a7
Update deploy_local_llm.md (#1557)
Browse filesUpdate the xinference rerank model usage
Update the xinference rerank model usage document
### Type of change
- [x] Documentation Update
docs/guides/deploy_local_llm.md
CHANGED
@@ -143,6 +143,7 @@ In RAGFlow, click on your logo on the top right of the page **>** **Model Provid
|
|
143 |
### 5. Complete basic Xinference settings
|
144 |
|
145 |
Enter an accessible base URL, such as `http://<your-xinference-endpoint-domain>:9997/v1`.
|
|
|
146 |
|
147 |
### 6. Update System Model Settings
|
148 |
|
|
|
143 |
### 5. Complete basic Xinference settings
|
144 |
|
145 |
Enter an accessible base URL, such as `http://<your-xinference-endpoint-domain>:9997/v1`.
|
146 |
+
> For rerank model, please use the `http://<your-xinference-endpoint-domain>:9997/v1/rerank` as the base URL.
|
147 |
|
148 |
### 6. Update System Model Settings
|
149 |
|