From 111501af5ee54e3def405e61a054dfc2a59a043a Mon Sep 17 00:00:00 2001 From: ooo oo <106524776+ooooo-create@users.noreply.github.com> Date: Tue, 16 Apr 2024 09:47:57 +0800 Subject: [PATCH] make `` visiable (#369) ### What problem does this PR solve? ![image](https://github.com/infiniflow/ragflow/assets/106524776/0c526a56-05b1-42f8-8bf5-cb23a97183b8) make `` visiable it was misinterpreted as part of the HTML tags ![image](https://github.com/infiniflow/ragflow/assets/106524776/1c42aef0-6989-40c1-b129-47a835b038a7) Issue link:None ### Type of change - [ ] Bug Fix (non-breaking change which fixes an issue) - [ ] New Feature (non-breaking change which adds functionality) - [ ] Breaking Change (fix or feature that could cause existing functionality not to work as expected) - [x] Documentation Update - [ ] Refactoring - [ ] Performance Improvement - [ ] Test cases - [ ] Python SDK impacted, Need to update PyPI - [ ] Other (please describe): --- docs/ollama.md | 2 +- docs/xinference.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ollama.md b/docs/ollama.md index b805e11dc..708e246d5 100644 --- a/docs/ollama.md +++ b/docs/ollama.md @@ -31,7 +31,7 @@ $ docker exec -it ollama ollama run mistral -> Base URL: Enter the base URL where the Ollama service is accessible, like, http://:11434 +> Base URL: Enter the base URL where the Ollama service is accessible, like, `http://:11434`. - Use Ollama Models. diff --git a/docs/xinference.md b/docs/xinference.md index f2b23f7f1..e589300db 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 -- -> Base URL: Enter the base URL where the Xinference service is accessible, like, http://:9997/v1 +> Base URL: Enter the base URL where the Xinference service is accessible, like, `http://:9997/v1`. - Use Xinference Models.