Skip to content

Commit 3c13f53

Browse files
reebhubmateuszbartosik
authored andcommitted
AI start pages - added links
1 parent abca4ee commit 3c13f53

File tree

3 files changed

+19
-13
lines changed

3 files changed

+19
-13
lines changed

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -256,17 +256,17 @@ You can limit the number of times that the LLM is allowed to trigger database qu
256256

257257
AI agents are designed to easily integrate AI capabilities into applications and workflows. They can interact with users, intelligently retrieve and process data from proprietary databases, and apply actions based on roles they are requested to take and the data they have access to. Some of the tasks and applications they can be tailored to perform include -
258258

259-
* **Customer support chatbot agents**
260-
Agents can answer customer queries based on information stored in databases and internal knowledge bases, provide troubleshooting steps, and guide users through processes in real time.
259+
#### <u>Customer support chatbot agents</u>
260+
Agents can answer customer queries based on information stored in databases and internal knowledge bases, provide troubleshooting steps, and guide users through processes in real time.
261261

262-
* **Data analysis and reporting agents**
263-
Agents can analyze large datasets to extract relevant data and present it in a user-friendly format, escalate customer issues and application output, create reports and highlight points of interest, and help businesses make informed decisions.
262+
#### <u>Data analysis and reporting agents</u>
263+
Agents can analyze large datasets to extract relevant data and present it in a user-friendly format, escalate customer issues and application output, create reports and highlight points of interest, and help businesses make informed decisions.
264264

265-
* **Content generation agents**
266-
Agents can generate summaries, add automated comments to articles and application-generated content, reference readers to related material, and create marketing content based on user input and stored information.
265+
#### <u>Content generation agents</u>
266+
Agents can generate summaries, add automated comments to articles and application-generated content, reference readers to related material, and create marketing content based on user input and stored information.
267267

268-
* **Workflow automation agents**
269-
Agents can automate repetitive tasks like email sorting, spam filtering, form filling, or file organization.
268+
#### <u>Workflow automation agents</u>
269+
Agents can automate repetitive tasks like email sorting, spam filtering, form filling, or file organization.
270270

271-
* **Intelligent recommendation agents**
272-
Agents can provide personalized recommendations based on user preferences and available data, e.g. a _library assistant_ suggesting books and other resources, an _HR office assistant_ recommending rewards for employees based on their performance and available facilities near their residence, or an _e-commerce assistant_ recommending products.
271+
#### <u>Intelligent recommendation agents</u>
272+
Agents can provide personalized recommendations based on user preferences and available data, e.g. a _library assistant_ suggesting books and other resources, an _HR office assistant_ recommending rewards for employees based on their performance and available facilities near their residence, or an _e-commerce assistant_ recommending products.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Creating an AI agent and assigning it a role can be done in minutes using Studio
4747

4848
- [Customer support chatbot agents](../../ai-integration/ai-agents/ai-agents_overview#customer-support-chatbot-agents)
4949
- [Data analysis and reporting agents](../../ai-integration/ai-agents/ai-agents_overview#data-analysis-and-reporting-agents)
50-
- [Automated content generation agents](../../ai-integration/ai-agents/ai-agents_overview#automated-content-generation-agents)
50+
- [Content generation agents](../../ai-integration/ai-agents/ai-agents_overview#content-generation-agents)
5151
- [Workflow automation agents](../../ai-integration/ai-agents/ai-agents_overview#workflow-automation-agents)
5252
- [Intelligent recommendation agents](../../ai-integration/ai-agents/ai-agents_overview#intelligent-recommendation-agents)
5353

docs/ai-integration/ai-integration_start.mdx

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ These features include [Embeddings generation](../ai-integration/ai-integration_
4747
[Vector search](../ai-integration/vector-search/vector-search_start) operations let you find related content by comparing embeddings, e.g. to find texts by meaning or images by context.
4848
- When running a vector search, your query is converted into an embedding and compared against document embeddings. The document embeddings can be either pre-generated (by an embeddings-generation task or an external provider) or generated on-the-fly while searching.
4949
- You can run vector search using either a dynamic query for ad-hoc or infrequent searches or a static index for optimized performance.
50-
- Vector search is designed so other RavenDB AI features can easily use it. A [GenAI task](../../ai-integration/gen-ai-integration/gen-ai_start), for example, can use vector search to find documents and update them with LLM-generated content, and an [AI agent](../../ai-integration/ai-agents/ai-agents_start) can use vector search to retrieve relevant data requested by the LLM.
50+
- Vector search is designed so other RavenDB AI features can easily use it. A [GenAI task](../ai-integration/gen-ai-integration/gen-ai_start), for example, can use vector search to find documents and update them with LLM-generated content, and an [AI agent](../ai-integration/ai-agents/ai-agents_start) can use vector search to retrieve relevant data requested by the LLM.
5151

5252
<ColGrid colCount={3}>
5353
<CardWithImage title="Start page" description="Continue to the vector search Start page" url="../ai-integration/vector-search/vector-search_start" imgSrc={vectorSearchStartImage} imgAlt="imgAlt" ctaLabel="Read" />
@@ -112,5 +112,11 @@ See common GenAI tasks use cases:
112112
</ColGrid>
113113

114114
<Admonition type="note" title="">
115-
[See common AI agents use cases](../ai-integration/ai-agents/ai-agents_overview#common-use-cases)
115+
See common AI agents use cases:
116+
117+
[Customer support chatbot agents](../ai-integration/ai-agents/ai-agents_overview#customer-support-chatbot-agents)
118+
[Data analysis and reporting agents](../ai-integration/ai-agents/ai-agents_overview#data-analysis-and-reporting-agents)
119+
[Content generation agents](../ai-integration/ai-agents/ai-agents_overview#content-generation-agents)
120+
[Workflow automation agents](../ai-integration/ai-agents/ai-agents_overview#workflow-automation-agents)
121+
[Intelligent recommendation agents](../ai-integration/ai-agents/ai-agents_overview#intelligent-recommendation-agents)
116122
</Admonition>

0 commit comments

Comments
 (0)