Skip to content

Commit 8c94335

Browse files
tpayetclaude
andcommitted
Fix duplicate section and replace Capsule with Note component
- Removed duplicate "Understanding workspaces" section in getting_started_with_chat.mdx - Replaced non-standard Capsule component with built-in Note component in chats.mdx These changes address PR feedback to prevent duplicate anchors and ensure compatibility with the documentation build system. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 32df4c3 commit 8c94335

File tree

2 files changed

+2
-15
lines changed

2 files changed

+2
-15
lines changed

guides/ai/getting_started_with_chat.mdx

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -145,19 +145,6 @@ curl \
145145
}'
146146
```
147147

148-
## Understanding workspaces
149-
150-
Workspaces allow you to create isolated chat configurations for different use cases:
151-
152-
- **Customer support**: Configure with support-focused prompts
153-
- **Product search**: Optimize for e-commerce queries
154-
- **Documentation**: Tune for technical Q&A
155-
156-
Each workspace maintains its own:
157-
158-
- LLM provider configuration
159-
- System prompt
160-
161148
## Building a chat interface with OpenAI SDK
162149

163150
Since Meilisearch's chat endpoint is OpenAI-compatible, you can use the official OpenAI SDK:

reference/api/chats.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -401,9 +401,9 @@ curl \
401401
402402
## Privacy and data storage
403403
404-
<Capsule intent="note">
404+
<Note>
405405
🔒 **Your conversations are private**: Meilisearch does not store any conversation history or context between requests. Each chat completion request is stateless and independent. Any conversation continuity must be managed by your application.
406-
</Capsule>
406+
</Note>
407407
408408
This design ensures:
409409

0 commit comments

Comments
 (0)