feat: Implemented CharacterTextSplitter #81
Annotations
10 warnings
src/libs/Providers/LangChain.Providers.Abstractions/Models/Message.cs#L44
Missing XML comment for publicly visible type or member 'Message.ToString()'
|
src/libs/Providers/LangChain.Providers.Abstractions/Models/Message.cs#L44
Missing XML comment for publicly visible type or member 'Message.ToString()'
|
src/libs/Providers/LangChain.Providers.Abstractions/Models/Message.cs#L44
Missing XML comment for publicly visible type or member 'Message.ToString()'
|
src/libs/Providers/LangChain.Providers.Abstractions/Models/Message.cs#L44
Missing XML comment for publicly visible type or member 'Message.ToString()'
|
src/libs/LangChain.Core/Docstore/Document.cs#L44
Specify a culture or use an invariant version to avoid implicit dependency on current culture (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1311)
|
src/libs/LangChain.Core/Docstore/Document.cs#L46
Specify a culture or use an invariant version to avoid implicit dependency on current culture (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1311)
|
src/libs/LangChain.Core/Docstore/Document.cs#L55
Specify a culture or use an invariant version to avoid implicit dependency on current culture (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1311)
|
src/libs/LangChain.Core/Docstore/Document.cs#L44
The behavior of 'string.ToLower()' could vary based on the current user's locale settings. Replace this call in 'Document.Lookup(string)' with a call to 'string.ToLower(CultureInfo)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1304)
|
src/libs/LangChain.Core/Docstore/Document.cs#L46
The behavior of 'string.ToLower()' could vary based on the current user's locale settings. Replace this call in 'Document.Lookup(string)' with a call to 'string.ToLower(CultureInfo)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1304)
|
src/libs/LangChain.Core/Docstore/Document.cs#L55
The behavior of 'string.ToLower()' could vary based on the current user's locale settings. Replace this call in 'Document.Lookup(string)' with a call to 'string.ToLower(CultureInfo)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1304)
|
The logs for this run have expired and are no longer available.
Loading