Skip to content

Commit

Permalink
Update pages/guides/agents/intermediate/langchain-rag-agent.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Joshua Croft <[email protected]>
  • Loading branch information
FelixNicolaeBucsa and devjsc authored Nov 20, 2024
1 parent bb42d3d commit 0a9fa67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/guides/agents/intermediate/langchain-rag-agent.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { CodeGroup, CodeSegment, DocsCode, GithubCodeSegment } from "../../../..

## Introduction

In this guide, we'll walk through how to create agents capable of answering questions based on any provided document using the Fetch.ai uAgents and AI Engine python libraries as well as OpenAI and Cohere. The aim is to assists you in building a **LangChain Retrieval-Augmented Generation (RAG) Agent**!
In this guide, we'll walk through how to create agents capable of answering questions based on any provided document using the Fetch.ai uAgents and AI Engine python libraries as well as OpenAI and Cohere. The aim is to assist you in building a **LangChain Retrieval-Augmented Generation (RAG) Agent**!

The uAgents and AI Engine libraries offer a decentralized and modular framework for creating RAG agents, improving the process of creating them. These tools streamline the integration of AI models like OpenAI and Cohere, enabling more efficient and scalable development of intelligent agents. With enhanced interoperability, security, and resource management, this framework allows developers to quickly build and deploy sophisticated agents that can effectively answer questions based on any provided document, making the entire process faster and more robust.

Expand Down

0 comments on commit 0a9fa67

Please sign in to comment.