Skip to content

Commit

Permalink
chore(docs): minor updates (#960)
Browse files Browse the repository at this point in the history
Co-authored-by: Joshua Croft <joshuacroft@Joshuas-MacBook-Pro.local>
  • Loading branch information
devjsc and Joshua Croft authored Sep 25, 2024
1 parent b9c2190 commit 0dbab1d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pages/guides/agents/intermediate/langchain-rag-agent.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ import PackageVersion from 'components/package-version'

## 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` 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 assists you in building a **LangChain Retrieval-Augmented Generation (RAG) Agent**!

The process of creating RAG agents has been improved by offering a decentralized and modular framework through the uagents and ai_engine libraries. 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.
The process of creating RAG agents has been improved by offering a decentralized and modular framework through the uAgents and ai_engine libraries. 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.

<Callout type="info" emoji="ℹ️">
Check out the [AI Engine package ↗️](https://pypi.org/project/uagents-ai-engine/) and [uAgents ↗️](https://pypi.org/project/uagents/) packages to download them and start integrating this tools within your Agents project!
Expand Down
2 changes: 1 addition & 1 deletion pages/guides/fetch-network/ledger/governance.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ There are **three types** of governance proposal:

In order for the proposal to be open for voting, it needs to come with a deposit that is greater than a parameter called _minDeposit_. The deposit need not be provided in its entirety by the submitter. If the initial proposer's deposit is not sufficient, the proposal enters the **deposit period** status. Then, any FET holder can increase the deposit by sending a _depositTx_ transaction to the network.
Once the deposit reaches _minDeposit_, the proposal enters the **voting period**, which lasts 2 weeks. Any bonded FET holder can then cast a vote on this proposal, by choosing one of the following options for voting:
Once the deposit reaches _minDeposit_, the proposal enters the **voting period**, which lasts 5 days. Any bonded FET holder can then cast a vote on this proposal, by choosing one of the following options for voting:
* Yes.
* No.
Expand Down

0 comments on commit 0dbab1d

Please sign in to comment.