Core Concepts
使用LlamaIndex工具
学习如何将LlamaIndex工具与CrewAI代理集成,以增强基于搜索的查询等功能。
使用LlamaIndex工具
CrewAI 与 LlamaIndex 的综合工具包无缝集成,用于 RAG(检索增强生成)和代理管道,支持基于搜索的高级查询等功能。
以下是LlamaIndex提供的可用内置工具。
Code
入门步骤
要有效使用LlamaIndexTool,请按照以下步骤操作:
1
包安装
确保在您的Python环境中安装了crewai[tools]包:
2
安装和使用LlamaIndex
按照LlamaIndex文档LlamaIndex Documentation设置RAG/agent管道。
