Browse Source

Automatic Commit By liuyuqi

liuyuqi-cnb 2 months ago
parent
commit
c5f19b2d7b
1 changed files with 15 additions and 1 deletions
  1. 15 1
      README.md

+ 15 - 1
README.md

@@ -1,5 +1,19 @@
 # anythingllm
 
+可以将任何文档、资源(如网址链接、音频、视频)或内容片段转换为上下文,以便任何大语言模型(LLM)在聊天期间作为参考使用。此应用程序允许您选择使用哪个LLM或向量数据库,同时支持多用户管理并设置不同权限。支持 MCP ,不太支持国内 ai 。
+
+React,node 前后端开发。
+
+
+
 ```
 docker run -p 4001:4001 -v $(pwd):/app -w /app anythingllm
-```
+```
+
+## Reference
+
+https://github.com/Mintplex-Labs/anything-llm
+
+
+
+