Byron Voorbach

Results 7 issues of Byron Voorbach

The following query throws an exception: ``` { Get { Things { Product(explore: {concepts: ["sereh"]}, limit: 25) { description extendedDescription _semanticPath{ path { concept distanceToNext distanceToPrevious distanceToQuery distanceToResult } }...

bug

Currently, the shards have a green color. Would be nice to display a different color depending of the status of the shard (STARTED, INITIALIZING, UNALLOCATED(?))

enhancement

AWS Bedrock will add reranking models as a new capability in the upcoming weeks, which allows users to rerank results based on an API call. We would need a new...

Module System
feature request

We currently do not support modules sending vectorization requests to embedding providers in batch. Most of the embedding provider APIs support sending vectorization requests in batch. This currently has additional...

Module System

Currently, the V4 client does not support the group parameter natively, as described here: https://weaviate.io/developers/weaviate/api/graphql/additional-operators#grouping ``` import os import weaviate import weaviate.classes as wvc from weaviate.collections.classes.grpc import Sort client =...

As described [here](https://weaviate.io/developers/weaviate/current/configuration/backups.html#restore-backup), Weaviate allows for the inclusion/exclusion of classes for a specific backup, like so: ``` { "id": "my-very-first-backup", "exclude": ["Article"] } ``` We noticed that some users are...

good-first-issue
backlog
💎 Bounty

### Describe your feature request For debugging purposes, having additional information about each collection can be helpful. This can help debug and evaluate issues. The following information could already be...

feature request