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
@@ -23,30 +24,30 @@ AI agents are server-side components that act as secure proxies between RavenDB
23
24
24
25
### Use cases
25
26
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)
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.
34
35
35
36
<ColGridcolCount={2}>
36
-
<CardWithImagetitle="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
-
<CardWithImagetitle="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
+
<CardWithImagetitle="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
+
<CardWithImagetitle="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" />
38
39
</ColGrid>
39
40
40
41
#### Learn more: In-depth AI agents articles
41
-
<ColGridcolCount={3}>
42
-
<CardWithImagetitle="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
+
<ColGridcolCount={2}>
43
+
<CardWithImagetitle="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" />
43
44
</ColGrid>
44
45
45
46
### Related lives & Videos
46
47
Watch our webinars to see AI agents in action and learn practical implementation techniques.
47
48
48
49
<ColGridcolCount={1}>
49
-
<CardWithImageHorizontaltitle="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
-
<CardWithImageHorizontaltitle="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
+
<CardWithImageHorizontaltitle="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
+
<CardWithImageHorizontaltitle="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" />
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:
36
38
37
39
#### Learn more: In-depth AI features articles
38
40
<ColGridcolCount={2}>
39
-
<CardWithImagetitle="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
-
<CardWithImagetitle="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
+
<CardWithImagetitle="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
+
<CardWithImagetitle="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" />
41
43
</ColGrid>
42
44
43
45
### AI agents
44
46
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.
45
47
46
48
<ColGridcolCount={2}>
47
-
<CardWithImagetitle="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
-
<CardWithImagetitle="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
+
<CardWithImagetitle="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
+
<CardWithImagetitle="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" />
49
51
</ColGrid>
50
52
51
53
### GenAI tasks
52
54
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.
53
55
54
56
<ColGridcolCount={2}>
55
-
<CardWithImagetitle="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
-
<CardWithImagetitle="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
+
<CardWithImagetitle="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
+
<CardWithImagetitle="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" />
57
59
</ColGrid>
58
60
59
61
### Embeddings generation
60
62
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.
61
63
62
64
<ColGridcolCount={2}>
63
-
<CardWithImagetitle="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
-
<CardWithImagetitle="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
+
<CardWithImagetitle="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
+
<CardWithImagetitle="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" />
65
67
</ColGrid>
66
68
67
69
### Vector search
68
70
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.
69
71
70
72
<ColGridcolCount={2}>
71
-
<CardWithImagetitle="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
-
<CardWithImagetitle="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
+
<CardWithImagetitle="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
+
<CardWithImagetitle="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" />
73
75
</ColGrid>
74
76
75
77
### Related lives & Videos
76
78
Watch our broadcasts to see RavenDB's AI features in action and learn practical implementation techniques.
77
79
78
80
<ColGridcolCount={1}>
79
-
<CardWithImageHorizontaltitle="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
-
<CardWithImageHorizontaltitle="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
-
<CardWithImageHorizontaltitle="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
+
<CardWithImageHorizontaltitle="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
+
<CardWithImageHorizontaltitle="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
+
<CardWithImageHorizontaltitle="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" />
82
84
</ColGrid>
83
85
84
86
### Deep dives, content & resources
@@ -87,5 +89,5 @@ Find additional resources to enhance your knowledge and skills.
87
89
<ColGridcolCount={3}>
88
90
<CardWithImagetitle="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" />
89
91
<CardWithImagetitle="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
-
<CardWithImagetitle="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
+
<CardWithImagetitle="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" />
0 commit comments