Skip to content

Commit d3d8983

Browse files
chore: minor changes
1 parent 1dafc37 commit d3d8983

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

pages/examples/rag/_meta.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"timestamp": true
1818
},
1919
"premai-uagents-rag": {
20-
"title": "PremAi RAG Agent [intermediate]",
21-
"tags": ["Intermediate", "Python", "premAi", "RAG"],
20+
"title": "PremAI RAG Agent [intermediate]",
21+
"tags": ["Intermediate", "Python", "PremAI", "RAG"],
2222
"timestamp": true
2323
}
2424
}

pages/examples/rag/premai-uagents-rag.mdx

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { Callout } from 'nextra/components'
22

3-
# PremAi RAG Agent
3+
# PremAI RAG Agent
44

55
This example demonstrates the use of uAgents with Prem.ai to build a Retrieval-Augmented Generation (RAG) system, The agent handles health and wellness queries, providing informative responses. It integrates intelligent query handling with dynamic knowledge retrieval capabilities, making it a robust solution.
66

@@ -22,10 +22,10 @@ Before proceeding, ensure you have the following:
2222
- **Poetry:** Install by following the instructions on [Poetry's official website ↗️](https://python-poetry.org/docs/#installation).
2323
- Dependencies installed via `poetry add uagents` and other required libraries.
2424

25-
2. **PremAi Account**:
25+
2. **PremAI Account**:
2626

27-
- Sign up at [PremAi](https://app.premai.io/accounts/signup/)
28-
- Access the PremAi dashboard.
27+
- Sign up at [PremAI](https://app.premai.io/accounts/signup/)
28+
- Access the PremAI dashboard.
2929

3030

3131
## Steps to Obtain API Keys
@@ -50,7 +50,7 @@ To get the required API key and other details, you need to follow these steps:
5050
- Within your project, navigate to the Repositories section.
5151
- Click on Create New Repository.
5252
- Provide a name and description for your repository.
53-
- Add the required document for your use case by clicking on the Add document button.
53+
- Add the required document for your use case by clicking on the `Add document` button.
5454
- After creation, note the `Repository ID` associated with your new repository.
5555

5656
## Project Structure
@@ -79,7 +79,7 @@ export PROJECT_ID="YOUR_PROJECT_ID"
7979
export REPO_ID="YOUR_REPO_ID"
8080
```
8181

82-
## PremAi RAG Agent Setup
82+
## PremAI RAG Agent Setup
8383

8484
### Overview of `query_prem_ai` function.
8585

@@ -112,10 +112,10 @@ def query_prem_ai(user_query):
112112
```
113113

114114
<Callout type="info" emoji="ℹ️">
115-
You can obtain the `API_KEY`, `REPO_KEY` and `PROJECT_ID` from the [premAi dashboard ↗️](https://app.premai.io/projects/).
115+
You can obtain the `API_KEY`, `REPO_KEY` and `PROJECT_ID` from the [PremAI dashboard ↗️](https://app.premai.io/projects/).
116116
</Callout>
117117

118-
### PremAi agent mechanism
118+
### PremAI agent mechanism
119119

120120
#### 1. User Agent (`user_agent`)
121121

0 commit comments

Comments
 (0)