java-client
java-client copied to clipboard
Official Weaviate Java Client
Hi, I'm trying to port the python example to java. https://github.com/semi-technologies/weaviate-examples/blob/34bb73f8d2096e04aaf19455f2f8da743f21b8d5/attendance-system-example/student_add.py#L32 However I'm missing some documentation on how to create the following ModuleConfig. ``` "moduleConfig": { "img2vec-neural": { "imageFields": [...
 Snyk has created this PR to upgrade org.apache.commons:commons-lang3 from 3.14.0 to 3.15.0. :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly...
 Snyk has created this PR to upgrade com.google.protobuf:protobuf-java from 3.25.3 to 3.25.4. :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly...
There are tests that show the syntax here: https://github.com/weaviate/weaviate/blob/f2269c2563e937d6ec82dd917ab3cc7bac428190/adapters/handlers/graphql/local/get/get_test.go#L1407 go client PR for reference: https://github.com/weaviate/weaviate-go-client/pull/239 image with support: semitechnologies/weaviate:preview-allow-multiple-inputs-for-a-single-target-vector-b6785b6 (or latest main)
there are situations were backup gets stuck and in those situations we would like to cancel the created (stuck) backups. so Weaviate will support backup cancellation from `1.27+` and in...
- Add connection helpers for local/wcs/cloud - Set auth headers for all supported authentication types - "Autocomplete" gRPC host when connecting to WCD (prepend `grpc-`)
defined: Property.builder().dataType(Collections.singletonList("text[]")); DATA:["a1","b1","c1"] GraphQLError(message=Argument "where" has invalid value {path: ["tags"], valueString: ["[\"ai\",\"c1\"]"], operator: ContainsAny}. In field "operator": Expected type "GetObjectsTest03WhereOperatorEnum", found ContainsAny. In field "valueString": Expected type "String", found ["[\"ai\",\"c1\"]"].,...
- [ ] Support all existing operations that use HTTP transport - [ ] Refactor JSON serialization to avoid duplicating code between sync/async