From 27c43bf79f76a897de82f29ee24da1dd3d40d454 Mon Sep 17 00:00:00 2001 From: Camus Cheung Date: Mon, 15 Apr 2024 16:52:27 +0800 Subject: [PATCH] docs: Fix typo in README.md (#95) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2cde66c3b..f4fa0d621 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ docker run -d --name=maxkb -p 8080:8080 -v ~/.maxkb:/var/lib/postgresql/data 1pa - 前端:[Vue.js](https://cn.vuejs.org/) - 后端:[Python / Django](https://www.djangoproject.com/) -- Langchain:[Langchain](https://www.langchain.com/) +- LangChain:[LangChain](https://www.langchain.com/) - 向量数据库:[PostgreSQL / pgvector](https://www.postgresql.org/) - 大模型:Azure OpenAI、百度千帆大模型、[Ollama](https://github.com/ollama/ollama)