We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7918dd commit 20f2372Copy full SHA for 20f2372
src/Weaviate.Client.Tests/Integration/TestCollectionAggregate.cs
@@ -251,7 +251,7 @@ int expectedLen
251
{
252
var collectionClient = await CollectionFactory(
253
properties: [Property.Text("text")],
254
- vectorConfig: Configure.Vectors.SelfProvided("default")
+ vectorConfig: Configure.Vectors.SelfProvided().New("default")
255
);
256
257
var text1 = "some text";
0 commit comments