John Trengrove
John Trengrove
See below for build failure. I think this is due to a new version of gcc. I removed `Wpedantic` from wscript and this fixed things but would be interested to...
Weaviate version `1.15.0`. A query such as the following: ```python client.query \ .get("Posts", ["title"]) \ .with_near_object({"beacon": "weaviate://localhost/Colors/00000000-0000-0000-0000-000000000001"}) \ .do() ``` Generates the error `explorer: get class: vectorize params: nearObject params:...
Provide a list of healthy / connected nodes in cluster and some summary metrics at a node level including ideally: 1. Total count of shards per node 2. Total count...
Currently this error occurs when trying to shard by another field: ```json "shardingConfig": { "key": "partition_group", "strategy": "hash", "function": "murmur3" } ``` ``` Create class! Unexpected status code: 422, with...
Would like to specify groups instead of users in the AdminList for OIDC. The would make user management easier. ```yaml authorization: admin_list: enabled: true users: - [email protected] ``` ```yaml authorization:...
I've been using easystroke with the bspwm window manager to create touchscreen actions (like draw a w to open a web browser etc). It is working really well but I...
### Describe your feature request Currently go profiling always runs on port `6060` and cannot be disabled. https://github.com/weaviate/weaviate/blob/58dc274e3cdfada84e53ac1f7c988f6e66e1672f/adapters/handlers/rest/configure_api.go#L893-L896 We should add environment variables to: - Allow for the port to...
Currently PQ does now work well with multi-tenancy as when a new shard is created via multi-tenancy, the PQ codebook is not initialized and there is no existing data to...
With the current async indexing design, vectors are indexed in batches to Weaviate (defaulting to size 1000). If less vectors than the batch size is written, Weaviate will wait until...
This proposal is to allow Named Vector Properties. A named vector property acts like a normal property and has `dataType = vector`. Two main use-cases are anticipated: 1. A user...