API surface review and cleanup #193
Annotations
10 errors
CreateCollectionAlreadyExists:
ChromaDB.Client.Tests/ClientTests.cs#L96
System.ArgumentException : The actual value must be not-null, a string, Guid, have an int Count property, IEnumerable or DirectoryInfo. The value passed was of type ChromaDB.Client.ChromaException. (Parameter 'actual')
|
DeleteCollectionNotExists:
ChromaDB.Client.Tests/ClientTests.cs#L115
System.ArgumentException : The actual value must be not-null, a string, Guid, have an int Count property, IEnumerable or DirectoryInfo. The value passed was of type ChromaDB.Client.ChromaException. (Parameter 'actual')
|
GetLimitIncludeAll:
ChromaDB.Client.Tests/CollectionClientGetTests.cs#L173
Assert.That(result[0].Embeddings, Is.EqualTo(Embeddings1))
Expected: System.ReadOnlyMemory<Single>[3]
But was: System.ReadOnlyMemory<Single>[3]
|
GetLimitOffsetIncludeAll:
ChromaDB.Client.Tests/CollectionClientGetTests.cs#L189
Assert.That(result[0].Embeddings, Is.EqualTo(Embeddings2))
Expected: System.ReadOnlyMemory<Single>[3]
But was: System.ReadOnlyMemory<Single>[3]
|
GetMultipleIdsIncludeAll:
ChromaDB.Client.Tests/CollectionClientGetTests.cs#L154
Assert.That(result[0].Embeddings, Is.EqualTo(Embeddings1))
Expected: System.ReadOnlyMemory<Single>[3]
But was: System.ReadOnlyMemory<Single>[3]
|
GetMultipleIdsIncludeEmbeddings:
ChromaDB.Client.Tests/CollectionClientGetTests.cs#L100
Assert.That(result[0].Embeddings, Is.EqualTo(Embeddings1))
Expected: System.ReadOnlyMemory<Single>[3]
But was: System.ReadOnlyMemory<Single>[3]
|
GetSingleIdIncludeAll:
ChromaDB.Client.Tests/CollectionClientGetTests.cs#L68
Assert.That(result.Embeddings, Is.EqualTo(Embeddings1))
Expected: System.ReadOnlyMemory<Single>[3]
But was: System.ReadOnlyMemory<Single>[3]
|
GetSingleIdIncludeEmbeddings:
ChromaDB.Client.Tests/CollectionClientGetTests.cs#L29
Assert.That(result.Embeddings, Is.EqualTo(Embeddings1))
Expected: System.ReadOnlyMemory<Single>[3]
But was: System.ReadOnlyMemory<Single>[3]
|
GetWhereIncludeAll:
ChromaDB.Client.Tests/CollectionClientGetTests.cs#L203
Assert.That(result[0].Embeddings, Is.EqualTo(Embeddings2))
Expected: System.ReadOnlyMemory<Single>[3]
But was: System.ReadOnlyMemory<Single>[3]
|
GetWhereOperatorIncludeAll:
ChromaDB.Client.Tests/CollectionClientGetTests.cs#L217
Assert.That(result[0].Embeddings, Is.EqualTo(Embeddings1))
Expected: System.ReadOnlyMemory<Single>[3]
But was: System.ReadOnlyMemory<Single>[3]
|