File tree Expand file tree Collapse file tree
src/it/java/io/weaviate/integration Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121import io .weaviate .ConcurrentTest ;
2222import io .weaviate .client6 .v1 .api .WeaviateApiException ;
2323import io .weaviate .client6 .v1 .api .WeaviateClient ;
24+ import io .weaviate .client6 .v1 .api .collections .ObjectMetadata ;
2425import io .weaviate .client6 .v1 .api .collections .Property ;
2526import io .weaviate .client6 .v1 .api .collections .ReferenceProperty ;
2627import io .weaviate .client6 .v1 .api .collections .VectorConfig ;
2728import io .weaviate .client6 .v1 .api .collections .Vectors ;
2829import io .weaviate .client6 .v1 .api .collections .WeaviateMetadata ;
30+ import io .weaviate .client6 .v1 .api .collections .WeaviateObject ;
2931import io .weaviate .client6 .v1 .api .collections .data .Reference ;
3032import io .weaviate .client6 .v1 .api .collections .data .WriteWeaviateObject ;
3133import io .weaviate .client6 .v1 .api .collections .generate .GenerativeObject ;
@@ -739,7 +741,7 @@ public void teset_filterPropertyLength() throws IOException {
739741 // Assertions
740742 Assertions .assertThat (got .objects ()).hasSize (2 );
741743 }
742-
744+
743745 /**
744746 * Ensure the client respects server's configuration for max gRPC size:
745747 * we create a server with 1-byte message size and try to send a large payload
You can’t perform that action at this time.
0 commit comments