Tommy Smith
Tommy Smith
I'm having trouble exporting the `Helsinki-NLP/opus-mt-es-en` model for language translation into the optimised OpenVino IR format. Reading through the other issues within this repository highlighted this issue https://github.com/huggingface/optimum-intel/issues/188, which seems...
Dev/1.25
core PR: https://github.com/weaviate/weaviate/pull/4565
- Changes base implementation to be purely async using `httpx` and `grpclib`(instead of google's grpc due to [issues](https://github.com/grpc/grpc/issues/25364)) - Uses base implementation in `WeaviateAsyncClient` directly - Subdivides the codebase into...
Currently, a filter created using the `within_geo_range` method is not mapped appropriately when converted into the `where` filter syntax expected by the REST and GQL APIs, as [here](https://github.com/weaviate/weaviate-python-client/blob/main/weaviate/collections/filters.py#L193) As a...
Currently, passing an empty list to any of the methods available on `wvc.query.Filter` throws index out of range errors. Instead, we should catch this edge case and throw a specific...
By default, queries return all properties and all metadata if `return_metadata=MetadataQuery.full()` is supplied We should implement a way to do the same thing with references for use-cases where the entire...