Dirk Kulawiak

Results 97 issues of Dirk Kulawiak

With 1.19.0 Weaviate supports properties in hybrid search: The BM25-part of hybrid only searches the given properties. The properties should be added to the HybridBuilder and the resulting GraphQL query...

Currently get queries require to list all properties that should be returned and if no properties are given, the query returns an error. Instead of returning an error, the client...

Some users use very old versions of weaviate and client. We should warn them if it the minor version is 3 or more versions behind the last release. Eg currently...

On unstable connections, the token refresh can sometimes fail which can results in unauthenticated clients. To be able to handle these situations, the client should: - set a default timeout...

We curerntly do not have a formater for the java code. I don't have any preferences so please use the most common one :) This should be added: - In...

We curerntly do not have a linter for the java code. I don't have any preferences so please use the most common one :) This should be added: - In...

Add a function that returns if a given class exists in the schema Proposal signature (copied from python as I don't know Java): `client.schema.exists(className: str) ->bool`

good first issue
help wanted

When Weavaite is not able to add objects because of various reasons it returns an error for this object. For some errors (for example a transformer timeout) it makes sense...