postgres vector store (pgvector extension) #69
Annotations
5 errors and 10 warnings
src/tests/LangChain.Providers.LLamaSharp.IntegrationTests/SQLiteVectorStoreTest.cs#L34
'SQLiteVectorStore' does not contain a definition for 'AsRetriever' and no accessible extension method 'AsRetriever' accepting a first argument of type 'SQLiteVectorStore' could be found (are you missing a using directive or an assembly reference?)
|
src/tests/LangChain.Providers.LLamaSharp.IntegrationTests/LLamaSharpTests.cs#L172
'VectorStore' does not contain a definition for 'AsRetriever' and no accessible extension method 'AsRetriever' accepting a first argument of type 'VectorStore' could be found (are you missing a using directive or an assembly reference?)
|
src/tests/LangChain.Providers.LLamaSharp.IntegrationTests/SQLiteVectorStoreTest.cs#L34
'SQLiteVectorStore' does not contain a definition for 'AsRetriever' and no accessible extension method 'AsRetriever' accepting a first argument of type 'SQLiteVectorStore' could be found (are you missing a using directive or an assembly reference?)
|
src/tests/LangChain.Providers.LLamaSharp.IntegrationTests/LLamaSharpTests.cs#L172
'VectorStore' does not contain a definition for 'AsRetriever' and no accessible extension method 'AsRetriever' accepting a first argument of type 'VectorStore' could be found (are you missing a using directive or an assembly reference?)
|
|
src/libs/LangChain.Core/Common/Converters/ObjectAsPrimitiveConverter.cs#L149
Identifier 'Double' contains type name (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1720)
|
src/libs/LangChain.Core/Common/Converters/ObjectAsPrimitiveConverter.cs#L151
Identifier 'Decimal' contains type name (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1720)
|
src/libs/LangChain.Core/Common/Converters/ObjectAsPrimitiveConverter.cs#L149
Identifier 'Double' contains type name (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1720)
|
src/libs/LangChain.Core/Common/Converters/ObjectAsPrimitiveConverter.cs#L151
Identifier 'Decimal' contains type name (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1720)
|
src/libs/LangChain.Core/Common/Converters/ObjectAsPrimitiveConverter.cs#L149
Identifier 'Double' contains type name (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1720)
|
src/libs/LangChain.Core/Common/Converters/ObjectAsPrimitiveConverter.cs#L151
Identifier 'Decimal' contains type name (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1720)
|
src/libs/LangChain.Core/Common/Converters/ObjectAsPrimitiveConverter.cs#L151
Identifier 'Decimal' contains type name (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1720)
|
src/libs/LangChain.Core/Common/Converters/ObjectAsPrimitiveConverter.cs#L149
Identifier 'Double' contains type name (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1720)
|
src/libs/Databases/LangChain.Databases.Postgres/PostgresDbClient.cs#L472
Argument type 'Vector' is not CLS-compliant
|
src/libs/Databases/LangChain.Databases.Postgres/PostgresDbClient.cs#L472
Type of 'EmbeddingTableRecord.Embedding' is not CLS-compliant
|
The logs for this run have expired and are no longer available.
Loading