<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>LlamaIndex on June's Island</title><link>https://zjzjy.github.io/tags/llamaindex/</link><description>Recent content in LlamaIndex on June's Island</description><generator>Hugo</generator><language>zh-CN</language><managingEditor>224040086@link.cuhk.edu.cn (Junyin Zheng)</managingEditor><webMaster>224040086@link.cuhk.edu.cn (Junyin Zheng)</webMaster><copyright>This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.</copyright><lastBuildDate>Thu, 26 Jun 2025 14:11:16 +0800</lastBuildDate><atom:link href="https://zjzjy.github.io/tags/llamaindex/index.xml" rel="self" type="application/rss+xml"/><item><title>LlamaIndex - Introduction</title><link>https://zjzjy.github.io/agent-llamaindex/</link><pubDate>Thu, 19 Jun 2025 14:38:53 +0800</pubDate><author>224040086@link.cuhk.edu.cn (Junyin Zheng)</author><guid>https://zjzjy.github.io/agent-llamaindex/</guid><description>&lt;p>本文根据&lt;a href="https://huggingface.co/learn/agents-course/unit2/llama-index/introduction" target="_blank" rel="noopener noreffer ">Hugging Face上的Agent课程&lt;/a>编写而成。&lt;/p>
&lt;h1 id="什么是llamaindex">什么是LlamaIndex？&lt;/h1>
&lt;p>LlamaIndex 是一个完整的工具包，用于使用索引和工作流创建基于LLM的Agent。&lt;/p>
&lt;h2 id="llamaindex的关键部分以及它们如何帮助代理">LlamaIndex的关键部分以及它们如何帮助代理？&lt;/h2>
&lt;p>&lt;strong>Components&lt;/strong>：在 LlamaIndex 中使用的基本构建块。 These include things like prompts, models, and databases.组件通常用于将 LlamaIndex 与其他工具和库连接起来。&lt;br>
&lt;strong>Tools&lt;/strong>: 工具是提供特定功能（例如搜索、计算或访问外部服务）的组件。&lt;br>
&lt;strong>Agents&lt;/strong>：能够使用工具并做出决策的自主组件。它们协调工具的使用，以实现复杂的目标。&lt;br>
&lt;strong>Workflows&lt;/strong>：是将逻辑整合在一起的逐步流程。工作流或代理工作流是一种无需明确使用代理即可构建代理行为的方法。&lt;/p></description></item></channel></rss>