Sebastian Witalec
Sebastian Witalec
Hi @endarova, Can you try to use the Angular CLI instead? ``` ng generate service my-service ```
Hi @giacomo, This intentional at the moment, as the unit testing needs some more work in NativeScript, which is something that we will work on in the current sprint, and...
We are looking to do two projects at the same time. One is to migrate the documentation to a new framework (most likely docusaurus) and the second part is to...
are we sticking with `alpha`? I am not sure if that attribute is self-explanatory... the fact that we are not sure what 0.25 should mean, already tells us that perhaps...
have you tried? ``` --include, -i List of urls in regexy form to include. The opposite of --skip. ```
hi @ted-at-openai this should be good to be merged ;)
> Can you please replace references to "dataset" with "article_df"? I've updated as per your request :)
hi @liuliuOD and @ted-at-openai, this is great! Thank you for doing this. 🙏 Feel free to merge 👍
@liuliuOD agreed. I am happy for someone to merge it, but I don't have the required permissions ;)
I believe the `vectors` should be separate from `properties`. Like this: ``` { "class": "Article", "vectors" : { "title": [0.3, 0.2, 0.6, ..., 0.1], "image": [1,2,3,4], }, "properties": { "content":...