Tommy Smith
Tommy Smith
Currently, the methods in the `Configure` factory have docstrings that reference deprecated areas of the documentation, e.g. `_Generate.openai` has the link https://weaviate.io/developers/weaviate/modules/reader-generator-modules/generative-openai in its docstring, which leads to a deprecated...
As the title suggests, the client is capable of fetching objects by a list of IDs but this is verbose requiring the user to make use of the filtering syntax....
Currently, the batch rate limit logic does not take into account the number of objects sent in the previous request when calculating whether it should backoff. To improve throughput and...
Currently, the batching logic implements its own methods for retrieving the batch stats from Weaviate in addition to the shards readiness. These methods should be centralised into the `_Cluster` class...
I'm in the process of migrating from `grpcio` to `grpclib` due to the superior `async` support offered by `grpclib` The `grpcio` API has the capability of specifying options to the...
### What's being changed: - Adds new messages allowing for input of provider-specific config at query time - Adds new messages allowing for output of provider-specific metadata at query time...