Meilisearch’s Post

Validating a document template used to be tedious. In Meilisearch v1.48.0, we've added an experimental renderRoute for exactly that. The new POST /render-template route renders any template or fragment on any input and returns the rendered result – so you can test your document templates and fragments before and after configuring an embedder. It covers indexing and search fragments too, including multimodal inputs. And if you send no input, it returns the template or fragment straight from your index settings. The route is gated behind the renderRoute experimental feature, so you enable it before use (link in comments).

  • No alternative text description for this image

Enable the experimental feature in Cloud: https://cloud.meilisearch.com/ See more examples in the v1.48.0 release notes: https://github.com/meilisearch/meilisearch/releases/tag/v1.48.0

Like
Reply

To view or add a comment, sign in

Explore content categories