Skip to content

Build And Deploy Betalgo.OpenAI.Utilities #57

Build And Deploy Betalgo.OpenAI.Utilities

Build And Deploy Betalgo.OpenAI.Utilities #57

Triggered via workflow run July 29, 2024 10:28
@kayhantolgakayhantolga
completed fd3a4d9
Status Success
Total duration 2m 18s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1, alirezanet/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: OpenAI.Utilities/Embedding/TextEmbeddingData.cs#L5
Non-nullable property 'FileName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: OpenAI.Utilities/Embedding/TextEmbeddingData.cs#L6
Non-nullable property 'Text' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: OpenAI.Utilities/Embedding/EmbeddingTools.cs#L203
Nullability of reference types in value of type 'List<TextEmbeddingData?>' doesn't match target type 'IEnumerable<TextEmbeddingData>'.
build: OpenAI.Utilities/Embedding/EmbeddingTools.cs#L14
Missing XML comment for publicly visible type or member 'IEmbeddingTools'
build: OpenAI.Utilities/Embedding/EmbeddingTools.cs#L33
Missing XML comment for publicly visible type or member 'IEmbeddingTools.CreateContext(string, DataFrame, int)'
build: OpenAI.Utilities/Embedding/EmbeddingTools.cs#L35
Missing XML comment for publicly visible type or member 'IEmbeddingTools.LoadEmbeddedDataFromCsv(string)'
build: OpenAI.Utilities/Embedding/EmbeddingTools.cs#L38
Missing XML comment for publicly visible type or member 'IEmbeddingToolsAdvanced'
build: OpenAI.Utilities/Embedding/EmbeddingTools.cs#L53
Missing XML comment for publicly visible type or member 'IEmbeddingToolsAdvanced.ClearTempCsv(string)'
build: OpenAI.Utilities/Embedding/EmbeddingTools.cs#L87
Missing XML comment for publicly visible type or member 'IEmbeddingToolsAdvanced.DistancesFromEmbeddings(List<double>, DataFrameColumn)'
build: OpenAI.Utilities/Embedding/EmbeddingTools.cs#L96
Missing XML comment for publicly visible type or member 'EmbeddingTools'