>> 基本概念
- Ollama -- 运行大模型,管理运行AI大模型的工具,用来安装布置DeepSeek
https://ollama.com/ , Get up and running with large language models. - AnythingLLM -- 大模型增强应用,GUI大模型交互程序
Download AnythingLLM for Desktop, Run local LLMs fast with powerful built-in tools and features. No complex setup required. -- 下载安装
AnythingLLM is the easiest to use, all-in-one AI application that can do RAG, AI Agents, and much more with no code or infrastructure headaches.
Home ~ AnythingLLM -- 帮助文档 - DeepSeek
DeepSeek | 深度求索
deepseek-r1,DeepSeek's first-generation of reasoning models with comparable performance to OpenAI-o1, including six dense models distilled from DeepSeek-R1 based on Llama and Qwen. DeepSeek第一代推理模型性能可与OpenAI-o1相媲美,包括基于Llama和Qwen的DeepSeek-R1所提炼出的六个密集模型。
DeepSeek -- 网页版
首次调用 API | DeepSeek API Docs - AI RAG,即检索增强生成(Retrieval-Augmented Generation)模型,是一种结合了传统信息检索系统优势与生成式大语言模型功能的AI技术;通过从外部知识库检索相关信息,辅助大语言模型生成更准确、更丰富的文本内容的AI技术
- AI Agent,以大语言模型为大脑驱动的系统,具备自主理解、感知、规划、记忆和使用工具的能力,能够自动化执行完成复杂任务的系统
Agents are basically an LLM that has access to some simple tools. 能够访问一些简单工具的大语言模型。
>> 环境安装
下载并安装 Ollama
--> 确认/选择 deepseek 版本(参数越多体量越大,下载时间越长,回复的越准确?)
--> CMD,执行命令 ollama run deepseek-r1
--> 在 >>> 提示符下进行提问
--> 使用GUI图形界面 AnythingLLM --> 获取KEY:https://platform.deepseek.com
------ 近期 deepseek遭受网络攻击的事件。。。。。。
>> 遗留问题
- LLM参数据差异?
- deepseek的优势这样的个人机器是否能够体现?
- 个人知识知识库如何建立?