Bob van Luijt

Results 30 issues of Bob van Luijt

There is a problem with streaming and the `done()` callback. Larger directories already passed to the next task while still uploading. By replacing the stream with regular upload, all uploads...

Hope the formatting is correct and well :)

Currently, `vectorCacheMaxObjects` is fixed to `2000000` or a user needs to manually update this. What if we would set `vectorCacheMaxObjects` by default to `-1` where `-1` means that the vector...

discussion

Currently, the OpenAI module might return: ``` { 'error': [ { 'message': "failed with status: 400 error: This model's maximum context length is 2046 tokens, however, you requested 142471 tokens...

Bad UX
autoclosed
Module System

E.g., ``` { Get { Article(limit: 1) { title hasParagraphs { ... on Paragraph { order content _additional { vector } } } } } } ``` returns ``` {...

bug
good-first-issue

``` { documentationHref: "https://www.semi.technology/documentation/weaviate/current/features/adding-synonyms.html", href: "/v1/modules/text2vec-contextionary/concepts/:concept", name: "search contextionary for concepts (part of the text2vec-contextionary module)" }, { documentationHref: "https://www.semi.technology/documentation/weaviate/current/features/adding-synonyms.html", href: "/v1/modules/text2vec-contextionary/extensions", name: "extend contextionary with custom extensions (part of...

bug
good-first-issue

At the following url: `/v1/objects` `vectorWeights` is always shown, some users think that the vectorizer didn't work because of this. Can we not show it if `null`? A result might...

bug
API design & UX

Explained in [this](https://the-semi-team.slack.com/archives/CLWQYVBMW/p1634892839008100) video. Works correctly on v1.7.2

bug

Grouping is not working on a `nearObject` search in `weaviate:1.8.0-rc.2` - it works correctly in `1.7.2` e.g., ``` { Get { Product( nearObject: { id: "22324c6c-4595-5be6-a205-45b1ce4b9e94" } group: { type:...

bug