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;