Skip to content

Commit 5b2c188

Browse files
fix mintlify warnings
1 parent 2f31643 commit 5b2c188

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

guides/ai/getting_started_with_chat.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ sidebarTitle: Getting started with chat
44
description: Learn how to implement AI-powered conversational search in your application
55
---
66

7-
import { Warning, Note } from '/snippets/notice_tag.mdx'
8-
97
This guide walks you through implementing Meilisearch's chat completions feature to create conversational search experiences in your application.
108

119
<Warning>

learn/ai_powered_search/conversational_search_with_chat.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ sidebarTitle: Conversational search
44
description: Learn how to implement AI-powered conversational search using Meilisearch's chat feature
55
---
66

7-
import { Warning } from '/snippets/notice_tag.mdx'
8-
97
Meilisearch's chat completions feature enables AI-powered conversational search, allowing users to ask questions in natural language and receive direct answers based on your indexed content. This feature transforms the traditional search experience into an interactive dialogue.
108

119
<Warning>

reference/api/chats.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ description: The /chats route allows you to create conversational search experie
55
---
66

77
import { RouteHighlighter } from '/snippets/route_highlighter.mdx';
8-
import { Warning } from '/snippets/notice_tag.mdx'
98

109
The `/chats` route enables AI-powered conversational search by integrating Large Language Models (LLMs) with your Meilisearch data. This feature allows users to ask questions in natural language and receive contextual answers based on your indexed content.
1110

0 commit comments

Comments
 (0)