LLM及LangChain開發筆記大綱
https://www.researchgate.net/figure/LLM-LangChain-technology-roadmap_fig5_380721469 關於服用以下文章學習交流請留意 請留意!! 筆記(1)~筆記(8)都是介紹和LLM 採用OpenAI GPT做使用的提示詞技巧示範 LLM及LangChain開發筆記(3)~LLM及LangChain開發筆記(8)用的程式都有承先啟後 筆記(9)後續的才是偏重在LangChain部分的開發學習筆記相關介紹 LLM及LangChain開發筆記(1)_LangChain與LLM觀念與相關術語簡介Chains(鏈)跟Prompts(提示) https://coolmandiary.blogspot.com/2025/05/langchain1langchainllmchainsprompts.html LLM及LangChain開發筆記(2)_何謂提示詞工程(Prompt Engineering)_8個常見提示詞工程技巧 https://coolmandiary.blogspot.com/2025/05/langchain2prompt-engineering8.html LLM及LangChain開發筆記(3)_OpenAPI金鑰配置_Model的I/O_提示詞、分割符、摘要與指定輸出格式_token耗用 https://coolmandiary.blogspot.com/2025/05/langchain3openapimodeliotoken.html LLM及LangChain開發筆記(4)_Zero-Shot和Few-Shot Prompting通過搜索進行自我詢問 https://coolmandiary.blogspot.com/2025/05/langchain4zero-shotfew-shot-prompting.html LLM及LangChain開發筆記(5)_思維鍊CoT(Chain-of-Thought Prompt) https://coolmandiary.blogspot.com/2025/05/langchain5cotchain-of-thought-prompt.html LLM及LangChain開發筆記(6)_聊天機器人函數改寫_模擬對話歷史扮演某風格助理對話 h...