Tommy Smith
Tommy Smith
Currently, if the user performs a `withAsk` query on a `Class` that does not have a `qna-openai` specification in its `moduleConfig` the following cryptic error message is returned: ``` {...
### What's being changed: ### Review checklist - [ ] Documentation has been updated, if necessary. Link to changed documentation: - [ ] Chaos pipeline run or not necessary. Link...
### What's being changed: ### Review checklist - [ ] Documentation has been updated, if necessary. Link to changed documentation: - [ ] Chaos pipeline run or not necessary. Link...
### What's being changed: ### Review checklist - [ ] Documentation has been updated, if necessary. Link to changed documentation: - [ ] Chaos pipeline run or not necessary. Link...
Adds support for: - Supplying `BackupConfig` to `backup.create` and `backup.restore` methods - Performing `bm25` and `hybrid` queries with the `groupBy` parameter - Performing `nearText` and `nearVector` subsearch queries within a...
The capability of defining nearVector and nearText subsearches within hybrid queries will be coming in `1.25` through https://github.com/weaviate/weaviate/pull/4477 The `withHybrid` method of the `GraphQLGetter` builder class should therefore be extended...
The capability of grouping the results of a `bm25` or `hybrid` search by a property will be coming in `1.25` through https://github.com/weaviate/weaviate/pull/4477 The `v2` `GraphQLGetter` builder method should therefore be...