Tag: LLM
All the articles with the tag "LLM".
-
Implementing MCP Protocol with Rust: Building External Tool Plugins for Large Models
Published date:This article introduces the concept and implementation of the MCP (Model Context Protocol), explains in detail how to develop an MCP service using Rust, demonstrates the implementation process of a crate documentation query tool through actual code examples, and introduces how to configure and use an MCP Server in VS Code.
-
Function Calling with Large Language Models in Rust
Published date:Exploring how to implement function calling capabilities with large language models in Rust, demonstrating practical examples using the DashScope API to call Qwen models, including the complete function calling workflow and key implementation code.
-
Hands-On Guide: Building Efficient LLM Applications in Rust Using Qwen and Knowledge Base with RAG
Published date:Building efficient LLM applications using Qwen and knowledge base with RAG