AnythingLLM 是 Mintplex Labs 推出的开源全栈应用程序。其具体介绍如下:
功能特点
多模型支持:兼容 OpenAI、Anthropic 等众多知名 LLM 供应商的模型,也支持开源的 LLaMA 等模型,可自由切换。
多模态支持:除闭源 LLM 外,对各种开源 LLM 也提供支持,丰富了应用多样性。
多用户管理:Docker 版本支持多用户实例及权限管理,便于团队协作。
文档处理便捷:支持 PDF、TXT、DOCX 等多种文档导入管理,可拖放操作,有清晰引用方式。
可定制扩展:有自定义 AI 代理、完整开发者 API,还支持网站嵌入自定义聊天组件。
技术架构
前端:基于 Vitejs 和 React 构建,操作界面直观友好。
服务器:采用 Nodejs Express 服务器,负责交互及向量数据库管理。
其他:包含用于构建部署的 Docker 脚本,还有嵌入模块、浏览器扩展等。
应用场景
知识管理:能整理和查询内部文档或知识库。
客户支持:可构建 AI 客服机器人处理客户咨询。
内容生成:辅助写作、总结等任务。
研究分析:帮助分析大量文档和数据集以提取关键信息。
Linux Installation
Linux 安装
1. Install using the installer script
1. 使用安装程序脚本安装
Install using the installer script
使用安装程序脚本安装
NOTICE
通知
➤ AnythingLLM packages as an AppImage but you will not be able to boot if you run just the AppImage. Please only use the script below.
➤ AnythingLLM 打包为 AppImage,但如果您只运行 AppImage,您将无法启动。请仅使用下面的脚本。
➤ Please open a Github Issue if you have installation or bootup troubles.
➤ 如果您有安装或启动问题,请打开 Github 问题。
First, open a terminal on your Linux machine and run this command.
首先,在 Linux 计算机上打开终端并运行此命令。
下载指令:curl -fsSL https://cdn.anythingllm.com/latest/installer.sh | sh
You can view the raw script contents here.
您可以在此处查看原始脚本内容。
This will download the latest version of AnythingLLM's AppImage, unpack it, and then supply a symlink to seamlessly run AnythingLLM.
这将下载 AnythingLLM 的 AppImage 的最新版本,解压缩它,然后提供一个符号链接来无缝运行 AnythingLLM。
This script will unpack the app in $HOME/AnythingLLMDesktop.
此脚本将在 $HOME/AnythingLLMDesktop 中解压缩应用程序。
You can start the app at any time by running ./AnythingLLMDesktop/start. This will boot the app with full logging.
您可以随时通过运行 ./AnythingLLMDesktop/start 来启动应用程序。这将使用完整日志记录启动应用程序。
Last updated on February 6, 2025
最后更新于2025 年 2 月 6 日 100+评论