Skip to content

Commit bc1e8f2

Browse files
committed
first batch of content
1 parent 2ea6718 commit bc1e8f2

File tree

3 files changed

+52
-2
lines changed

3 files changed

+52
-2
lines changed

modules/ROOT/content-nav.adoc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ Generic Start
99
** xref:microsoft-fabric.adoc[Workload for Microsoft Fabric]
1010
** xref:visual-tour/index.adoc[Visual tour]
1111
12-
* xref:graph-analytics/index.adoc[]
13-
1412
* Quick start
1513
** xref:getting-started/create-account.adoc[Create an account]
1614
** xref:getting-started/create-instance.adoc[Create an instance]
@@ -44,6 +42,10 @@ Generic Start
4442
** xref:import/indexes-and-constraints.adoc[Indexes and constraints]
4543
** xref:import/import.adoc[Run the import]
4644
45+
* xref:graph-analytics/index.adoc[]
46+
47+
* xref:aura-agent.adoc[Aura agent]
48+
4749
4850
* Explore data
4951
** xref:explore/introduction.adoc[What is Explore?]

modules/ROOT/images/agent.jpg

46.3 KB
Loading

modules/ROOT/pages/aura-agent.adoc

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
[[aura-agent]]
2+
= Aura Agent
3+
:description: This page describes the creation and capabilities of Aura GraphRAG Agent.
4+
5+
label:AuraDB-Free[]
6+
label:AuraDB-Professional[]
7+
label:AuraDB-Business-Critical[]
8+
9+
Aura Agent is a no/low-code agent-creation platform that allows you to build, test, and deploy GraphRAG agents contextualized by your own knowledge graph in AuraDB.
10+
11+
Aura takes care of the orchestration layer as well as the integration with GenAI model/LLMs and provides different iterative tools that allows your agent to provide the right context to the LLM.
12+
13+
You can test the agent and iterate on it directly in the UI.
14+
15+
Once you are satisfied with your agent, you can either share it internally with other members of your Aura project, or you can make it available externally via an Aura API endpoint and thus integrate it into your system.
16+
17+
To get started you need a knowledge graph in a running AuraDB instance and you need to enable *Generative AI assistance* in the xref:visual-tour/index.adoc#org-settings[Organization settings].
18+
19+
== Creating an Agent
20+
21+
Navigate to *Agents* in the left-hand menu and use the *Create* button to start creating your agent.
22+
23+
[.shadow]
24+
.Create an Agent
25+
image::agent.jpg[width=300]
26+
27+
You need to give the agent a name (it is advisable to use a descriptive name), a description, and prompt instructions.
28+
The more detailed you are in the description and prompt instructions, the better your agent will operate.
29+
30+
Then you need to specify which AuraDB instance the agent should target.
31+
Keep in mind that the selected instance *must* be running.
32+
33+
You can make the agen external right away, but it is recommended to keep it internal while testing it.
34+
You can change the agent's availability at any time.
35+
36+
Then you can start adding the tools that will allow your agent to retrieve specific data from your graph, or to convert questions to Cypher queries.
37+
Keep in mind that currently the agent only supports *read only* queries against the database.
38+
The tools are described in detail in the following section.
39+
40+
== Tools
41+
42+
43+
44+
45+
46+
47+
48+

0 commit comments

Comments
 (0)