iangithub / devllmapp

極速ChatGPT開發者兵器指南一書範例源始碼
MIT License
24 stars 10 forks source link

極速ChatGPT開發者兵器指南:跨界整合Prompt Flow 、LangChain 與 Semantic Kernel框架

本書銷售點 :

天瓏網路書店 : https://www.tenlong.com.tw/products/9786263338203?list_name=e-generative-ai

博客萊 : https://www.books.com.tw/products/0010987469?loc=P_0003_004

書本內容範例程式原始碼,依章節區分

本書Semantic Kernel範例均更新至1.5版本,後續有升級更新會再另外獨立一個目錄放置

若有任何程式碼錯誤問題請發Issues,作者群會盡快修正

[!TIP] OtherSample/llama3Sample 使用 SK + Ollama 實現本地模型連結 (https://github.com/iangithub/devllmapp/OtherSample/llama3Sample) .

[!TIP] OtherSample/llama3RAGSample 使用 KernelMemory + Ollama 實現本地模型與本地向量資料庫Qdrant,實現RAG應用 (https://github.com/iangithub/devllmapp/tree/main/OtherSample/llama3RAGSample) .

[!TIP] OtherSample/ollamaEmbeddingSample 使用Ollama與MemoryKernel客製化實現本地RAG應用Embedding模型連結 (https://github.com/iangithub/devllmapp/tree/main/OtherSample/ollamaEmbeddingSample)) .

[!TIP] OtherSample/newfiltersSample SemanticKernel 新版本 Filters 範例 (https://github.com/iangithub/devllmapp/tree/main/OtherSample/newfiltersSample)) .

[!TIP] OtherSample/AgentSample SemanticKernel AI Agent 範例 (https://github.com/iangithub/devllmapp/tree/main/OtherSample/AgentSample)) .