From d05d97a8244d596c7408f52bbeaf8a9d10fff43f Mon Sep 17 00:00:00 2001 From: old-tom <892955278@msn.cn> Date: Sun, 20 Apr 2025 20:11:35 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E7=BC=96=E5=86=99readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 05b34d1..9b8c5d7 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ uv sync 3.向量库部署和初始化 (docker) +注:向量库使用marqo,嵌入模型为hf/e5-base-v2,相似度查询效果不太好。 ```shell docker run --name marqo -it --privileged -p 8882:8882 --add-host host.docker.internal:host-gateway marqoai/marqo:latest ``` @@ -71,4 +72,8 @@ streaming = true [GET] http://ip:port/chat/{client_id}?ask=xxx 参数:client_id: 客户端ID,用于区分不同客户端及历史聊天 ask: 请求内容 - \ No newline at end of file + +# 系统提示词 + +# todo +1. 替换向量库并升级嵌入模型为bge-m3 \ No newline at end of file