Skip to content

Commit

Permalink
RavenDB-23557: Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ArieSLV committed Jan 30, 2025
1 parent 42c311c commit 4694c38
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -183,10 +183,5 @@ internal static BertOnnxTextEmbeddingGenerationService CreateTextEmbeddingGenera
return (BertOnnxTextEmbeddingGenerationService)BertOnnxTextEmbeddingGenerationServiceCtor.Invoke([onnxSession, tokenizer, dimensions, options]);
}
}

internal static HuggingFaceTextEmbeddingGenerationService CreateHuggingFaceTextEmbeddingGenerationService(string model)
{
return new HuggingFaceTextEmbeddingGenerationService(model);
}
}
#pragma warning restore SKEXP0070

0 comments on commit 4694c38

Please sign in to comment.