Skip to content

Commit 349f87e

Browse files
reebhubmateuszbartosik
authored andcommitted
AI start pages: modified by review comments
1 parent 3c13f53 commit 349f87e

17 files changed

+159
-125
lines changed

docs/ai-integration/ai-agents/ai-agents_start.mdx

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ sidebar_label: Start
55
sidebar_position: 0
66
---
77

8+
import Admonition from '@theme/Admonition';
9+
810
import CardWithImage from "@site/src/components/Common/CardWithImage";
911
import CardWithImageHorizontal from "@site/src/components/Common/CardWithImageHorizontal";
1012
import ColGrid from "@site/src/components/ColGrid";
@@ -13,25 +15,29 @@ import aiAgentsStartApiImage from "./assets/ai-agents_start_apiImage.png";
1315
import aiAgentsStartStudioImage from "./assets/ai-agents_start_studioImage.png";
1416

1517
# AI Agents: Start
16-
AI agents are built to easily integrate AI capabilities into RavenDB clients.
17-
An AI agent serves as a client's proxy to an AI model; the agent can not only maintain a continuous conversation with the model but also enable it to securely query a RavenDB database and request the client to perform actions.
18-
Using AI agents frees developers from the need to manage an AI model in their code, enhances the model by giving it access to a credible and relevant data source, and opens the door to numerous operational scenarios.
18+
<Admonition type="note" title="">
19+
20+
AI agents are server-side components that act as secure proxies between RavenDB clients and AI models. They can be easily customized to handle specific client needs, tasks or workflows, such as answering questions, performing data analysis, or automating processes.
21+
- Using AI agents frees developers from the need to manage the communication with the AI model in their code, and enables rapid integration of AI capabilities into their applications.
22+
- An agent receives requests from clients and maintains continuous conversations with AI models to fulfill them. During the conversation, the agent can enable the model to securely query a RavenDB database and request the client to perform actions.
23+
- [See common AI agents use cases](../../ai-integration/ai-agents/ai-agents_start#use-cases)
24+
</Admonition>
1925

2026
## Technical documentation
2127
Our technical documentation explains in detail what AI agents are and how to define and use them.
2228
If you're new to AI agents, we recommend the [overview](../../ai-integration/ai-agents/ai-agents_overview) page as a good starting point.
2329

2430
<ColGrid colCount={3}>
25-
<CardWithImage title="AI Agents - Overview" description="The starting point for the AI agents documentation: an overview of the feature" url="../../ai-integration/ai-agents/ai-agents_overview" imgSrc={aiAgentsStartOvImage} imgAlt="imgAlt" ctaLabel="Read" />
26-
<CardWithImage title="Creating an agent using the API" description="Defining an agent configuration, Running a continuous conversation with the LLM, and Getting results via the Client API" url="../../ai-integration/ai-agents/creating-ai-agents/creating-ai-agents_api" imgSrc={aiAgentsStartApiImage} imgAlt="imgAlt" ctaLabel="Read" />
27-
<CardWithImage title="Easily creating and testing an AI agent using Studio" url="../../ai-integration/ai-agents/creating-ai-agents/creating-ai-agents_studio" imgSrc={aiAgentsStartStudioImage} imgAlt="imgAlt" ctaLabel="Read" />
31+
<CardWithImage title="AI Agents Overview" description="Basic concepts of RavenDB's native AI agents" url="../../ai-integration/ai-agents/ai-agents_overview" imgSrc={aiAgentsStartOvImage} imgAlt="imgAlt" ctaLabel="Read" />
32+
<CardWithImage title="Create agents via the API" description="Define and run AI agents via the Client API" url="../../ai-integration/ai-agents/creating-ai-agents/creating-ai-agents_api" imgSrc={aiAgentsStartApiImage} imgAlt="imgAlt" ctaLabel="Read" />
33+
<CardWithImage title="Create agents via Studio" description="Easily create and test AI agents using Studio" url="../../ai-integration/ai-agents/creating-ai-agents/creating-ai-agents_studio" imgSrc={aiAgentsStartStudioImage} imgAlt="imgAlt" ctaLabel="Read" />
2834
</ColGrid>
2935

3036
## In-depth articles
3137
Once you get acquainted with AI agents, expand your expertise with a comprehensive guide that includes some practical insights.
3238

3339
<ColGrid colCount={3}>
34-
<CardWithImage title="Practical Look at AI Agents with RavenDB" description="Article by Gracjan Sadowicz" imgSrc="" url="https://ravendb.net/articles/practical-look-at-ai-agents-with-ravendb" imgAlt="imgAlt" ctaLabel="Read" />
40+
<CardWithImage title="Practical Look at AI Agents with RavenDB" description="A step-by-step tutorial for building AI agents with RavenDB, by Gracjan Sadowicz" imgSrc="" url="https://ravendb.net/articles/practical-look-at-ai-agents-with-ravendb" imgAlt="imgAlt" ctaLabel="Read" />
3541
</ColGrid>
3642

3743
## Videos

docs/ai-integration/ai-integration_start.mdx

Lines changed: 93 additions & 68 deletions
Large diffs are not rendered by default.
-8.16 KB
Binary file not shown.
7.76 KB
Loading
7.83 KB
Loading
-11.9 KB
Binary file not shown.
11 KB
Loading
11.4 KB
Loading
-7.82 KB
Binary file not shown.
7.08 KB
Loading

0 commit comments

Comments
 (0)