Add documentation for Meilisearch chat feature#3273
Merged
Conversation
2239ac7 to
b4b2834
Compare
8c03737 to
298ac04
Compare
dc6b028 to
298ac04
Compare
17bc9d1 to
c6ad6aa
Compare
02ab8b1 to
a86e1cf
Compare
33ad956 to
a40b34c
Compare
bc5be35 to
5307fb9
Compare
e1182e4 to
5e7e71c
Compare
5b7bb24 to
bc2f35f
Compare
- Add conceptual overview of conversational search in learn/ai_powered_search/ - Add comprehensive API reference for /chats endpoints in reference/api/ - Add practical implementation guide in guides/ai/ - Update experimental features page to include chatCompletions - Support all 5 LLM sources: openAi, azureOpenAi, mistral, gemini, vLlm - Document OpenAI SDK compatibility with code examples - Add navigation entries in docs.json under Artificial intelligence section
5ec474f to
f707cfa
Compare
c2d01c8 to
9a19c36
Compare
Kerollmops
approved these changes
Jun 11, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Context
This PR documents the new chat feature being added to Meilisearch in meilisearch/meilisearch#5556. The chat feature enables AI-powered conversational search by integrating Large Language Models with Meilisearch's search capabilities.
Changes
1. Conceptual Overview (
learn/ai_powered_search/conversational_search_with_chat.mdx)2. API Reference (
reference/api/chats.mdx)3. Implementation Guide (
guides/ai/getting_started_with_chat.mdx)4. Supporting Updates
chatfeaturedocs.jsonfollowing existing structureDocumentation Decisions
Notes for Reviewers
🤖 Generated with Claude Code