From 96135be28df0444e8bf32f1b1841de5058a823fd Mon Sep 17 00:00:00 2001 From: maninhill <41712985+maninhill@users.noreply.github.com> Date: Wed, 20 Mar 2024 10:41:25 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8de5ae0d4..933349272 100644 --- a/README.md +++ b/README.md @@ -42,9 +42,9 @@ docker run -d --name=maxkb -p 8080:8000 -v /opt/maxkb/data:/var/lib/postgresql/d ## 技术栈 - 前端:[Vue.js](https://cn.vuejs.org/) -- 后端:[Django](https://www.djangoproject.com/) +- 后端:[Python / Django](https://www.djangoproject.com/) - Langchain:[Langchain](https://www.langchain.com/) -- 向量数据库:[PostgreSQL](https://www.postgresql.org/) +- 向量数据库:[PostgreSQL / pgvector](https://www.postgresql.org/) - 大模型:Azure OpenAI、百度千帆大模型、[Ollama](https://github.com/ollama/ollama) ## License