Update to Chroma v2 API #82
Open
Annotations
10 errors
|
ChromaDB.Client.Tests/CollectionClientCUDTests.cs#L196
ChromaDB.Client.ChromaException : Couldn't identify the error message: {"error":"ChromaError","message":"Failed to deserialize the JSON body into the target type: embeddings: data did not match any variant of untagged enum EmbeddingsPayload at line 1 column 104"}
|
|
ChromaDB.Client.Tests/CollectionClientCUDTests.cs#L176
ChromaDB.Client.ChromaException : Couldn't identify the error message: {"error":"ChromaError","message":"Failed to deserialize the JSON body into the target type: embeddings: data did not match any variant of untagged enum EmbeddingsPayload at line 1 column 65"}
|
|
ChromaDB.Client.Tests/CollectionClientCUDTests.cs#L27
ChromaDB.Client.ChromaException : Couldn't identify the error message: {"error":"ChromaError","message":"Failed to deserialize the JSON body into the target type: embeddings: data did not match any variant of untagged enum EmbeddingsPayload at line 1 column 65"}
|
|
ChromaDB.Client.Tests/CollectionClientCUDTests.cs#L39
ChromaDB.Client.ChromaException : Couldn't identify the error message: {"error":"ChromaError","message":"Failed to deserialize the JSON body into the target type: embeddings: data did not match any variant of untagged enum EmbeddingsPayload at line 1 column 65"}
|
|
ChromaDB.Client.Tests/CollectionClientCUDTests.cs#L12
ChromaDB.Client.ChromaException : Couldn't identify the error message: {"error":"ChromaError","message":"Failed to deserialize the JSON body into the target type: embeddings: data did not match any variant of untagged enum EmbeddingsPayload at line 1 column 65"}
|
|
|
|
|
|
System.ArgumentException : Expected: IEnumerable But was: TestDelegate (Parameter 'actual')
1) Assert.That(() => client.CreateCollection($"collection{Random.Shared.Next()}"), Throws.InstanceOf<ChromaException>().With.Message.Contains("Forbidden"))
Expected: instance of <ChromaDB.Client.ChromaException> and property Message containing "Forbidden"
But was: no exception thrown
|
|
System.ArgumentException : Expected: IEnumerable But was: TestDelegate (Parameter 'actual')
1) Assert.That(() => client.CreateCollection($"collection{Random.Shared.Next()}"), Throws.InstanceOf<ChromaException>().With.Message.Contains("Forbidden"))
Expected: instance of <ChromaDB.Client.ChromaException> and property Message containing "Forbidden"
But was: no exception thrown
|
|
System.ArgumentException : Expected: IEnumerable But was: TestDelegate (Parameter 'actual')
1) Assert.That(() => client.CreateCollection($"collection{Random.Shared.Next()}"), Throws.InstanceOf<ChromaException>().With.Message.Contains("Forbidden"))
Expected: instance of <ChromaDB.Client.ChromaException> and property Message containing "Forbidden"
But was: no exception thrown
|
The logs for this run have expired and are no longer available.
Loading