From f6452ddc8ab6811f93cf34e44ad7d7d7f5eec447 Mon Sep 17 00:00:00 2001 From: Alex Popov <3239252+AlexVPopov@users.noreply.github.com> Date: Mon, 25 Aug 2025 15:56:48 +0300 Subject: [PATCH] Add missing code block ending --- docs/_core_features/embeddings.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/_core_features/embeddings.md b/docs/_core_features/embeddings.md index f8f575f4f..ae93d6d13 100644 --- a/docs/_core_features/embeddings.md +++ b/docs/_core_features/embeddings.md @@ -138,6 +138,7 @@ puts embedding.vectors.first.length # => 1536 # The model used puts embedding.model # => "text-embedding-3-small" +``` ## Using Embedding Results @@ -233,4 +234,4 @@ Now that you understand embeddings, you might want to explore: * [Chatting with AI Models]({% link _core_features/chat.md %}) for interactive conversations. * [Using Tools]({% link _core_features/tools.md %}) to extend AI capabilities. -* [Error Handling]({% link _advanced/error-handling.md %}) for building robust applications. \ No newline at end of file +* [Error Handling]({% link _advanced/error-handling.md %}) for building robust applications.