01.05.01.DeepSeek:环境搭建篇(检索增强生成工具AnythingLLM: 安装配置)
📅 2026/7/6 11:38:22
👁️ 阅读次数
📝 编程学习
操作流程
- 1、下载安装
- 2、配置
- 3、测试
- anythingllm文档:https://docs.anythingllm.com
下载安装
sudkli#离线下载安装包:https://github.com/Mintplex-Labs/anything-llm/releases# 在线下载安装#curl -fsSL https://cdn.anythingllm.com/latest/installer.sh | shcd/usr/local/softwarewgethttps://cdn.anythingllm.com/latest/AnythingLLMDesktop.AppImagechmod0777 AnythingLLMDesktop.AppImage ./AnythingLLMDesktop.AppImage --appimage-extractmvsquashfs-root AnythingLLMDesktopchmod0777-R/usr/local/software/AnythingLLMDesktopchown$USER:$USER-R/usr/local/software/AnythingLLMDesktoprm-rfAnythingLLMDesktop.AppImage配置
- 创建桌面快捷打开
cat>/usr/share/applications/anythingllm.desktop<<"EOF" [Desktop Entry] Name=AnythingLLM Exec=/usr/local/software/AnythingLLMDesktop/anythingllm-desktop --no-sandbox Icon= /usr/local/software/AnythingLLMDesktop/anythingllm-desktop.png Terminal=false Type=Application StartupWMClass=AnythingLLM X-AppImage-Version=1.9.0-r2 Comment=AnythingLLM Desktop Application MimeType=x-scheme-handler/anythingllm; Categories=Utility; EOFchmod0777-R/usr/share/applications/anythingllm.desktop /usr/local/software/AnythingLLMDesktopchown$USER:$USER-R/usr/share/applications/anythingllm.desktop /usr/local/software/AnythingLLMDesktop测试
编程学习
技术分享
实战经验