From 7e6c6becd6d822c13ea212667a37115308484264 Mon Sep 17 00:00:00 2001 From: Stefano Fiorucci <44616784+anakin87@users.noreply.github.com> Date: Sun, 22 Oct 2023 11:15:51 +0200 Subject: [PATCH] fix release note (#6145) --- releasenotes/notes/refactor-openai-document-embedder.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releasenotes/notes/refactor-openai-document-embedder.yaml b/releasenotes/notes/refactor-openai-document-embedder.yaml index 411cc392d7..e3c337c89c 100644 --- a/releasenotes/notes/refactor-openai-document-embedder.yaml +++ b/releasenotes/notes/refactor-openai-document-embedder.yaml @@ -1,4 +1,4 @@ --- -enhancements: +preview: - | Refactor OpenAIDocumentEmbedder to enrich documents with embeddings instead of recreating them.