Skip to content

Commit eae25c3

Browse files
RDoc-3523 Update images & icons; adjustments
1 parent 8d28e45 commit eae25c3

26 files changed

+100
-71
lines changed

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

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ import Admonition from '@theme/Admonition';
1010
import CardWithImage from "@site/src/components/Common/CardWithImage";
1111
import CardWithImageHorizontal from "@site/src/components/Common/CardWithImageHorizontal";
1212
import ColGrid from "@site/src/components/ColGrid";
13-
import aiAgentsVideo from "./assets/ai-start_ai-agents_video.png";
14-
import powerfulAgentsVideo from "./assets/ai-start_powerful-agents_video.png";
13+
import practicalLookAiAgentsImage from "../assets/practical-look-ai-agents-article-image.webp";
14+
15+
import webinarThumbnailPlaceholder from "@site/static/img/webinar.webp";
1516

1617
# AI Agents
1718

@@ -23,30 +24,30 @@ AI agents are server-side components that act as secure proxies between RavenDB
2324

2425
### Use cases
2526
Creating an AI agent and assigning it a role can be done in minutes using Studio or the API, making it easy to address a wide variety of use cases like -
26-
* [Customer support chatbot agents](../../ai-integration/ai-agents/ai-agents_overview#customer-support-chatbot-agents)
27-
* [Data analysis and reporting agents](../../ai-integration/ai-agents/ai-agents_overview#data-analysis-and-reporting-agents)
28-
* [Content generation agents](../../ai-integration/ai-agents/ai-agents_overview#content-generation-agents)
29-
* [Workflow automation agents](../../ai-integration/ai-agents/ai-agents_overview#workflow-automation-agents)
30-
* [Intelligent recommendation agents](../../ai-integration/ai-agents/ai-agents_overview#intelligent-recommendation-agents)
27+
* Customer support chatbot agents
28+
* Data analysis and reporting agents
29+
* Content generation agents
30+
* Workflow automation agents
31+
* Intelligent recommendation agents
3132

3233
### Technical documentation
3334
Use the technical documentation to learn how to create and manage AI agents, configure secure database access, enable agents to trigger client actions, and more.
3435

3536
<ColGrid colCount={2}>
36-
<CardWithImage title="AI Agents Overview" description="Learn the basic concepts of RavenDB's native AI agents" url="../../ai-integration/ai-agents/ai-agents_overview" imgIcon="ai-agents" imgAlt="AI Agents Overview" ctaLabel="Read" />
37-
<CardWithImage title="Creating agents using Studio" description="Learn how to easily create and test AI agents using Studio" url="../../ai-integration/ai-agents/creating-ai-agents/creating-ai-agents_studio" imgIcon="ai-agents" imgAlt="Creating agents using Studio" ctaLabel="Read" />
37+
<CardWithImage title="AI Agents Overview" description="Learn the basic concepts of RavenDB's native AI agents" url="../../ai-integration/ai-agents/ai-agents_overview" imgIcon="ai-agents" ctaLabel="Read" />
38+
<CardWithImage title="Creating agents using Studio" description="Learn how to easily create and test AI agents using Studio" url="../../ai-integration/ai-agents/creating-ai-agents/creating-ai-agents_studio" imgIcon="studio-config" ctaLabel="Read" />
3839
</ColGrid>
3940

4041
#### Learn more: In-depth AI agents articles
41-
<ColGrid colCount={3}>
42-
<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="https://ravendb.net/wp-content/uploads/2025/09/practical-look-ai-agents-article-image.jpg" url="https://ravendb.net/articles/practical-look-at-ai-agents-with-ravendb" imgAlt="Practical look at AI agents with RavenDB" ctaLabel="Read" />
42+
<ColGrid colCount={2}>
43+
<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={practicalLookAiAgentsImage} url="https://ravendb.net/articles/practical-look-at-ai-agents-with-ravendb" imgAlt="Practical look at AI agents with RavenDB" ctaLabel="Read" />
4344
</ColGrid>
4445

4546
### Related lives & Videos
4647
Watch our webinars to see AI agents in action and learn practical implementation techniques.
4748

4849
<ColGrid colCount={1}>
49-
<CardWithImageHorizontal title="How to run AI agents natively in your database" description="Watch a webinar about AI agents." url="https://www.youtube.com/watch?v=A17GSLGN-cQ" imgSrc={aiAgentsVideo} imgAlt="How to run AI agents natively in your database" ctaLabel="Watch" />
50-
<CardWithImageHorizontal title="Creating powerful and secure AI agents with RavenDB" description="Webinar with Oren Eini" url="https://www.youtube.com/watch?v=jzUxL9P17G4" imgSrc={powerfulAgentsVideo} imgAlt="Creating powerful and secure AI agents with RavenDB" ctaLabel="Watch" />
50+
<CardWithImageHorizontal title="How to run AI agents natively in your database" description="Watch a webinar about AI agents." url="https://www.youtube.com/watch?v=A17GSLGN-cQ" imgSrc={webinarThumbnailPlaceholder} imgAlt="How to run AI agents natively in your database" ctaLabel="Watch" />
51+
<CardWithImageHorizontal title="Creating powerful and secure AI agents with RavenDB" description="Webinar with Oren Eini" url="https://www.youtube.com/watch?v=jzUxL9P17G4" imgSrc={webinarThumbnailPlaceholder} imgAlt="Creating powerful and secure AI agents with RavenDB" ctaLabel="Watch" />
5152
</ColGrid>
5253

Binary file not shown.
Binary file not shown.

docs/ai-integration/ai-integration_start.mdx

Lines changed: 20 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,11 @@ import ColGrid from "@site/src/components/ColGrid";
1212

1313
import buildVsBuyStartImage from "./assets/ai-start_ai-agents_build-vs-buy.png";
1414
import vectorSearchIntroImage from "./assets/ai-start_vector-search_intro.png";
15-
import aiAgentsVideo from "./ai-agents/assets/ai-start_ai-agents_video.png";
16-
import genAiVideo from "./gen-ai-integration/assets/ai-start_gen-ai_video.png";
17-
import takingOverTheWorldVideo from "./vector-search/assets/ai-start_taking-over-the-world_video.png";
15+
import practicalLookAiAgentsImage from "./assets/practical-look-ai-agents-article-image.webp";
16+
17+
import ayendeBlogImage from "@site/static/img/from-ayende-com.webp";
18+
import webinarThumbnailPlaceholder from "@site/static/img/webinar.webp";
19+
import discordThumbnailPlaceholder from "@site/static/img/discord.webp";
1820

1921
# AI Integration
2022
Ship AI-powered features faster with RavenDB’s native tools.
@@ -36,49 +38,49 @@ RavenDB AI features help you ship any AI-related scenario quickly, including:
3638

3739
#### Learn more: In-depth AI features articles
3840
<ColGrid colCount={2}>
39-
<CardWithImage title="RavenDB GenAI deep dive" description="A deep-dive with hands-on examples and implementation details, by Oren Eini" imgSrc="https://ravendb.net/wp-content/uploads/2024/05/from-ayende-com.webp" url="https://ravendb.net/articles/ravendb-genai-deep-dive" imgAlt="RavenDB GenAI Deep Dive" 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="https://ravendb.net/wp-content/uploads/2025/09/practical-look-ai-agents-article-image.jpg" url="https://ravendb.net/articles/practical-look-at-ai-agents-with-ravendb" imgAlt="Practical look at AI agents with RavenDB" ctaLabel="Read" />
41+
<CardWithImage title="RavenDB GenAI deep dive" description="A deep-dive with hands-on examples and implementation details, by Oren Eini" imgSrc={ayendeBlogImage} url="https://ravendb.net/articles/ravendb-genai-deep-dive" imgAlt="RavenDB GenAI Deep Dive" ctaLabel="Read" />
42+
<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={practicalLookAiAgentsImage} url="https://ravendb.net/articles/practical-look-at-ai-agents-with-ravendb" imgAlt="Practical look at AI agents with RavenDB" ctaLabel="Read" />
4143
</ColGrid>
4244

4345
### AI agents
4446
AI agents are conversational proxy components that reside on the server and autonomously handle client requests using an AI model. Instead of spending your time on integrating AI capabilities into your application, you can rapidly configure AI agents using Studio or the client API. Agents can securely read from the database and request the client for actions on behalf of the AI model, infusing intelligence into the workflow. Whether you need chatbots, automated reporting, or intelligent data processing, you get immediate production-ready AI features without the integration overhead.
4547

4648
<ColGrid colCount={2}>
47-
<CardWithImage title="AI agents start page" description="Continue to the AI agents Start page." url="../ai-integration/ai-agents/ai-agents_start" imgIcon="ai-agents" imgAlt="AI agents start page" ctaLabel="Read" />
48-
<CardWithImage title="Technical documentation" description="Learn how to create, deploy, manage conversations, and get results with AI agents." url="../ai-integration/ai-agents/ai-agents_start#technical-documentation" imgIcon="ai-agents" imgAlt="AI agents technical documentation" ctaLabel="Read" />
49+
<CardWithImage title="AI agents start page" description="Continue to the AI agents Start page." url="../ai-integration/ai-agents/ai-agents_start" imgIcon="ai-agents" ctaLabel="Read" />
50+
<CardWithImage title="Technical documentation" description="Learn how to create, deploy, manage conversations, and get results with AI agents." url="../ai-integration/ai-agents/ai-agents_start#technical-documentation" imgIcon="console" ctaLabel="Read" />
4951
</ColGrid>
5052

5153
### GenAI tasks
5254
GenAI tasks are configurable [ongoing operations](../studio/database/tasks/ongoing-tasks/general-info) that process your documents systematically in the background using an AI model. Instead of building custom AI integration pipelines yourself, you can easily create tasks that weave AI capabilities into your data flow. They can enrich documents with AI-generated content, validate and categorize data, translate documents, or execute countless other automated workflows that leverage AI capabilities.
5355

5456
<ColGrid colCount={2}>
55-
<CardWithImage title="GenAI tasks start page" description="Continue to the GenAI tasks Start page." url="../ai-integration/gen-ai-integration/gen-ai_start" imgIcon="genai" imgAlt="GenAI tasks start page" ctaLabel="Read" />
56-
<CardWithImage title="Technical documentation" description="Learn to create GenAI tasks that process your data and enable intelligent workflows automation." url="../ai-integration/gen-ai-integration/gen-ai_start#technical-documentation" imgIcon="genai" imgAlt="GenAI tasks technical documentation" ctaLabel="Read" />
57+
<CardWithImage title="GenAI tasks start page" description="Continue to the GenAI tasks Start page." url="../ai-integration/gen-ai-integration/gen-ai_start" imgIcon="genai" ctaLabel="Read" />
58+
<CardWithImage title="Technical documentation" description="Learn to create GenAI tasks that process your data and enable intelligent workflows automation." url="../ai-integration/gen-ai-integration/gen-ai_start#technical-documentation" imgIcon="console" ctaLabel="Read" />
5759
</ColGrid>
5860

5961
### Embeddings generation
6062
Embeddings generation tasks transform your content into semantic vectors that enable intelligent similarity-based searches. Instead of building complex search infrastructure, you can utilize native tasks that seamlessly embed vector capabilities into your data, enabling intelligent search by meaning and context.
6163

6264
<ColGrid colCount={2}>
63-
<CardWithImage title="Embeddings generation Start page" description="Continue to the embeddings generation Start page." url="../ai-integration/generating-embeddings/embeddings-generation_start" imgIcon="embeddings" imgAlt="Embeddings generation Start page" ctaLabel="Read" />
64-
<CardWithImage title="Technical documentation" description="Learn to generate embeddings and enable intelligent searches." url="../ai-integration/generating-embeddings/embeddings-generation_start#technical-documentation" imgIcon="embeddings" imgAlt="Embeddings generation technical documentation" ctaLabel="Read" />
65+
<CardWithImage title="Embeddings generation Start page" description="Continue to the embeddings generation Start page." url="../ai-integration/generating-embeddings/embeddings-generation_start" imgIcon="embeddings" ctaLabel="Read" />
66+
<CardWithImage title="Technical documentation" description="Learn to generate embeddings and enable intelligent searches." url="../ai-integration/generating-embeddings/embeddings-generation_start#technical-documentation" imgIcon="console" ctaLabel="Read" />
6567
</ColGrid>
6668

6769
### Vector search
6870
Vector search enables intelligent similarity-based discovery using embeddings rather than exact matching. Instead of developing custom similarity algorithms yourself, you can employ native vector operations for diverse applications. Whether you need to categorize content, find similar items, or automate recommendations, vector search delivers intelligent matching capabilities that understand meaning and context.
6971

7072
<ColGrid colCount={2}>
71-
<CardWithImage title="Vector search start page" description="Continue to the vector search Start page." url="../ai-integration/vector-search/vector-search_start" imgIcon="vector-search" imgAlt="Vector search start page" ctaLabel="Read" />
72-
<CardWithImage title="Technical documentation" description="Learn to search your data by meaning and context." url="../ai-integration/vector-search/vector-search_start#technical-documentation" imgIcon="vector-search" imgAlt="Vector search technical documentation" ctaLabel="Read" />
73+
<CardWithImage title="Vector search start page" description="Continue to the vector search Start page." url="../ai-integration/vector-search/vector-search_start" imgIcon="vector-search" ctaLabel="Read" />
74+
<CardWithImage title="Technical documentation" description="Learn to search your data by meaning and context." url="../ai-integration/vector-search/vector-search_start#technical-documentation" imgIcon="console" ctaLabel="Read" />
7375
</ColGrid>
7476

7577
### Related lives & Videos
7678
Watch our broadcasts to see RavenDB's AI features in action and learn practical implementation techniques.
7779

7880
<ColGrid colCount={1}>
79-
<CardWithImageHorizontal title="How to run AI agents natively in your database" description="Watch a webinar about AI agents." url="https://www.youtube.com/watch?v=A17GSLGN-cQ" imgSrc={aiAgentsVideo} imgAlt="How to run AI agents natively in your database" ctaLabel="Watch" />
80-
<CardWithImageHorizontal title="Why are GenAI tasks so effective" description="Watch a webinar about GenAI tasks." url="https://www.youtube.com/watch?v=NgvyeHwwVjM" imgSrc={genAiVideo} imgAlt="Why are GenAI tasks so effective" ctaLabel="Watch" />
81-
<CardWithImageHorizontal title="Taking over the world with AI and RavenDB" description="Watch a webinar about vector search." url="https://www.youtube.com/watch?v=7DhbgfH_rSE" imgSrc={takingOverTheWorldVideo} imgAlt="Take over the world with AI and RavenDB" ctaLabel="Watch" />
81+
<CardWithImageHorizontal title="How to run AI agents natively in your database" description="Watch a webinar about AI agents." url="https://www.youtube.com/watch?v=A17GSLGN-cQ" imgSrc={webinarThumbnailPlaceholder} imgAlt="RavenDB Webinar" ctaLabel="Watch" />
82+
<CardWithImageHorizontal title="Why are GenAI tasks so effective" description="Watch a webinar about GenAI tasks." url="https://www.youtube.com/watch?v=NgvyeHwwVjM" imgSrc={webinarThumbnailPlaceholder} imgAlt="RavenDB Webinar" ctaLabel="Watch" />
83+
<CardWithImageHorizontal title="Taking over the world with AI and RavenDB" description="Watch a webinar about vector search." url="https://www.youtube.com/watch?v=7DhbgfH_rSE" imgSrc={webinarThumbnailPlaceholder} imgAlt="RavenDB Webinar" ctaLabel="Watch" />
8284
</ColGrid>
8385

8486
### Deep dives, content & resources
@@ -87,5 +89,5 @@ Find additional resources to enhance your knowledge and skills.
8789
<ColGrid colCount={3}>
8890
<CardWithImage title="Build vs. Buy" description="The difference between building an AI agent infrastructure from scratch and using RavenDB's native AI agents" imgSrc={buildVsBuyStartImage} url="https://ravendb.net/articles/build-vs-buy-the-real-cost-of-adding-ai-agents-to-your-application" imgAlt="AI agents: Build vs. Buy" ctaLabel="Read" />
8991
<CardWithImage title="Introduction to vector search" description="A glimpse of what can be achieved with vector search" url="https://ravendb.net/articles/new-in-7-0-ravendbs-vector-search" imgSrc={vectorSearchIntroImage} imgAlt="Introduction to vector search" ctaLabel="Read" />
90-
<CardWithImage title="Future-proof your tech stack" description="Where Does GenAI Truly Fit" imgIcon="genai" url="https://www.youtube.com/watch?v=OjEAWHGKyJY" imgIcon="genai" imgAlt="Future-proof your tech stack" ctaLabel="Watch" />
91-
</ColGrid>
92+
<CardWithImage title="Future-proof your tech stack" description="Where Does GenAI Truly Fit" url="https://www.youtube.com/watch?v=OjEAWHGKyJY" imgSrc={discordThumbnailPlaceholder} imgAlt="Future-proof your tech stack" ctaLabel="Watch" />
93+
</ColGrid>
10.7 KB
Loading
Binary file not shown.
14.4 KB
Loading
13.7 KB
Loading

0 commit comments

Comments
 (0)