>> 基本概念
- 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的優勢這樣的個人機器是否能夠體現?
- 個人知識知識庫如何建立?