Sebastian Witalec
Sebastian Witalec
Need to update the `ng-add` schematic to detect that scss is used by the web project and add necessary scss config for NativeScript
**Environment** Provide the content of the `package.json` file in the project: **Describe the bug** The following test failures: **When the module has a component** https://github.com/NativeScript/nativescript-schematics/blob/master/src/migrate-module/index_spec.ts#L67 ** When the module has...
* [ ] - Tour of Heroes migration tutorial * [ ] - Example projects – showing before, after and steps to get there * [ ] - Testing the...
Hi team, I would like to add a new type to Weaviate: `ImageRef`. ## The problem Currently, when using image vector search, we need to store a base64 representation of...
Can we add an option to configure batch with requests_per_minute and batch_size? This would be useful, when I am limited to i.e. 120 rpms, but also each object is quite...
Currently, the create, update, and remove tenant functions require us to provide a list of Tenant objects, even if we are dealing with one tenant object. It would be nice,...
It would be nice if we could shorten the code required to create a tenant. Like this: ``` papers.tenants.create("ten-name") ``` ``` papers.tenants.create([ "ten-name", "nine-name" ]) ```
[awesome contributor guidelines](https://github.com/sindresorhus/awesome/blob/main/pull_request_template.md)
### Describe your feature request Hi team, With the latest update to the named vectors, Weaviate added `source_properties` under the vectorizer configuration, which is GREAT 😄 Can we move the...