From 885db341c5135b43252820bbf99e2191440d73a6 Mon Sep 17 00:00:00 2001 From: Ricardo Carneiro Date: Mon, 9 Jun 2025 23:07:44 -0300 Subject: [PATCH] =?UTF-8?q?feat:=20primeira=20vers=C3=A3o?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Data/TextData.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Data/TextData.cs b/Data/TextData.cs index 1f18de1..eeb1c92 100644 --- a/Data/TextData.cs +++ b/Data/TextData.cs @@ -12,7 +12,7 @@ namespace ChatApi.Data { private readonly ITextEmbeddingGenerationService _textEmbeddingGenerationService; private readonly TextDataService _textDataService; - + public TextData(ITextEmbeddingGenerationService textEmbeddingGenerationService, TextDataService textDataService) { _textEmbeddingGenerationService = textEmbeddingGenerationService;