Skip to content

Better Extraction from pdf #109

Better Extraction from pdf

Better Extraction from pdf #109

Triggered via push November 27, 2024 09:40
Status Success
Total duration 2m 21s
Artifacts

sonar-cloud.yml

on: push
Build and analyze
2m 9s
Build and analyze
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Build and analyze
.NET Core 3.1 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
Build and analyze: src/KernelMemory.Extensions/SinglePartitionCitationComparer.cs#L16
Dereference of a possibly null reference.
Build and analyze: src/KernelMemory.Extensions/SinglePartitionCitationComparer.cs#L16
Dereference of a possibly null reference.
Build and analyze: src/KernelMemory.Extensions/LocalLlm/LmStudioTextGeneration.cs#L83
Dereference of a possibly null reference.
Build and analyze: src/KernelMemory.Extensions/LocalLlm/ExternalEmbeddingGenerator.cs#L55
Dereference of a possibly null reference.
Build and analyze: src/KernelMemory.Extensions/Anthropic/AnthropicTextGenerationConfiguration.cs#L7
Non-nullable property 'ApiKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build and analyze: src/KernelMemory.Extensions/LocalLlm/ChatDtos.cs#L25
Non-nullable property 'Stop' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build and analyze: src/KernelMemory.Extensions/LocalLlm/ChatDtos.cs#L28
Non-nullable property 'Functions' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build and analyze: src/KernelMemory.Extensions/LocalLlm/ChatDtos.cs#L31
Non-nullable property 'FunctionsCall' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build and analyze: src/KernelMemory.Extensions/QueryPipeline/UserQuestion.cs#L139
Non-nullable property 'Context' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build and analyze: src/KernelMemory.Extensions/QueryPipeline/UserQuestion.cs#L139
Non-nullable property 'OriginalQuestion' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.