From 0e8931bc7a41b2ae1431a924a193df348e12b8f4 Mon Sep 17 00:00:00 2001
From: KevinHuSh <kevinhu.sh@gmail.com>
Date: Thu, 11 Apr 2024 18:30:07 +0800
Subject: [PATCH] Refine doc for Xinference (#322)

### What problem does this PR solve?

Issue link:#229

### Type of change

- [x] Documentation Update
---
 docs/xinference.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/xinference.md b/docs/xinference.md
index 2a8feef..f2b23f7 100644
--- a/docs/xinference.md
+++ b/docs/xinference.md
@@ -31,7 +31,7 @@ $ xinference launch -u mistral --model-name mistral-v0.1 --size-in-billions 7 --
 <img src="https://github.com/infiniflow/ragflow/assets/12318111/bcbf4d7a-ade6-44c7-ad5f-0a92c8a73789" width="1300"/>
 </div>
 
-> Base URL: Enter the base URL where the Ollama service is accessible, like, http://<your-ollama-endpoint-domain>:11434
+> Base URL: Enter the base URL where the Xinference service is accessible, like, http://<your-xinference-endpoint-domain>:9997/v1
 
 - Use Xinference Models.
 
-- 
GitLab