feat: Added Claude3 and Mistral models for AWS Bedrock #159
Annotations
11 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build using dotnet:
src/Splitters/Abstractions/src/Text/MarkdownHeaderTextSplitter.cs#L77
Dereference of a possibly null reference.
|
Build using dotnet:
src/Splitters/Abstractions/src/Text/MarkdownHeaderTextSplitter.cs#L77
Dereference of a possibly null reference.
|
Build using dotnet:
src/Splitters/Abstractions/src/Text/MarkdownHeaderTextSplitter.cs#L77
Dereference of a possibly null reference.
|
Build using dotnet:
src/Splitters/Abstractions/src/Text/MarkdownHeaderTextSplitter.cs#L77
Dereference of a possibly null reference.
|
Build using dotnet:
src/Splitters/Abstractions/src/Text/MarkdownHeaderTextSplitter.cs#L77
Dereference of a possibly null reference.
|
Build using dotnet:
src/Databases/Sqlite/src/SQLiteVectorStore.cs#L40
Call System.IDisposable.Dispose on object created by 'new SQLiteVectorStore(filename,tableName,embeddings)' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
Build using dotnet:
src/Providers/Amazon.Sagemaker/test/SageMakerTests.cs#L28
Possible null reference argument for parameter 'apiGatewayRoute' in 'SageMakerProvider.SageMakerProvider(string apiGatewayRoute)'.
|
Build using dotnet
Found version-specific or distribution-specific runtime identifier(s): alpine-arm, alpine-arm64, alpine-x64. Affected libraries: SQLitePCLRaw.lib.e_sqlite3. In .NET 8.0 and higher, assets for version-specific and distribution-specific runtime identifiers will not be found by default. See https://aka.ms/dotnet/rid-usage for details.
|
Build using dotnet:
src/Databases/Sqlite/src/SQLiteVectorStore.cs#L40
Call System.IDisposable.Dispose on object created by 'new SQLiteVectorStore(filename,tableName,embeddings)' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
Build using dotnet:
src/Databases/Sqlite/src/SQLiteVectorStore.cs#L40
Call System.IDisposable.Dispose on object created by 'new SQLiteVectorStore(filename,tableName,embeddings)' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000)
|
Loading