You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: pages/examples/rag/premai-uagents-rag.mdx
+8-8
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
import { Callout } from'nextra/components'
2
2
3
-
# PremAi RAG Agent
3
+
# PremAI RAG Agent
4
4
5
5
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.
6
6
@@ -22,10 +22,10 @@ Before proceeding, ensure you have the following:
22
22
-**Poetry:** Install by following the instructions on [Poetry's official website ↗️](https://python-poetry.org/docs/#installation).
23
23
- Dependencies installed via `poetry add uagents` and other required libraries.
24
24
25
-
2.**PremAi Account**:
25
+
2.**PremAI Account**:
26
26
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.
29
29
30
30
31
31
## Steps to Obtain API Keys
@@ -50,7 +50,7 @@ To get the required API key and other details, you need to follow these steps:
50
50
- Within your project, navigate to the Repositories section.
51
51
- Click on Create New Repository.
52
52
- 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.
54
54
- After creation, note the `Repository ID` associated with your new repository.
0 commit comments