|
1 | 1 | --- |
2 | | -title: Ask ServiceStack Docs - New AI Search feature |
| 2 | +title: Ask ServiceStack Docs - Introducing AI Search |
3 | 3 | summary: Learn about the new AI Search feature - Typesense Conversational RAG for ServiceStack Docs |
4 | 4 | tags: [llms,ai,docs] |
5 | 5 | author: Demis Bellot |
6 | 6 | image: ./img/posts/typesense-ai-search/bg.webp |
7 | 7 | --- |
8 | 8 |
|
9 | | -We're excited to announce the launch of **Typesense AI Search**, a powerful new feature that brings conversational |
10 | | -AI capabilities to [ServiceStack Docs](https://docs.servicestack.net). |
| 9 | +We're excited to announce the new Typesense-powered **AI Search**, a powerful new feature bringing |
| 10 | +conversational AI capabilities to [ServiceStack Docs](https://docs.servicestack.net). |
11 | 11 |
|
12 | 12 | [](https://docs.servicestack.net) |
13 | 13 |
|
14 | | -AI Search leverages Typesense's advanced [Conversational Search API](https://typesense.org/docs/29.0/api/conversational-search-rag.html) |
| 14 | +### Comprehensive Docs |
| 15 | + |
| 16 | +As ServiceStack has grown over the years, so have our docs - now spanning hundreds of pages covering everything |
| 17 | +from core features to advanced integrations. While comprehensive documentation is invaluable, finding the right information |
| 18 | +quickly can be challenging. Traditional search works well when you know what you're looking for, but what about when you |
| 19 | +need to understand concepts, explore solutions, or learn how different features work together? That's where **AI Search** comes in. |
| 20 | + |
| 21 | +**AI Search** leverages Typesense's advanced [Conversational Search API](https://typesense.org/docs/29.0/api/conversational-search-rag.html) |
15 | 22 | that uses Retrieval-Augmented Generation (RAG) of our docs combined with an LLM to provide intelligent, context-aware answers |
16 | 23 | directly from our documentation. |
17 | 24 |
|
18 | 25 | [](https://docs.servicestack.net) |
19 | 26 |
|
20 | 27 | #### AI Search vs Instant Typesense Search |
21 | 28 |
|
22 | | -AI Search is ideal for when you need conversational answers, explanations of concepts, or help understanding |
| 29 | +**AI Search** is ideal for when you need conversational answers, explanations of concepts, or help understanding |
23 | 30 | how different features work together. The AI excels at synthesizing information across multiple documentation pages |
24 | 31 | to answer complex `how do I...` questions. |
25 | 32 |
|
|
0 commit comments