William Antônio Siqueira
William Antônio Siqueira
There's an ElasticSearch provider for Dashbuilder and I see remaining classes in `appformer/dashbuilder`. I never saw anyone using Elastic Search data set provider in Dashbuilder, so it may not be...
Hello @rootfs I didn't send the metrics dashboards at the time because I was not able to enable CORS on Kepler. However, here's the dashboard that reads directly from Kepler...
Hello, Probably the model was corrupted when it was downloaded from dl4j servers. What I would try is: * Find the model and delete it: * inside your home directory...
Hello Ian, The code will need to be adjusted in order to support a new image! You need to adjust the input tensor, it was made for a specific model...
Related documentation: https://github.com/backstage/backstage/blob/master/contrib/docs/tutorials/authenticate-api-requests.md https://backstage.io/docs/auth/#configuring-token-issuers
@nickboldt Thanks for your comment. After a few months I do believe that a feasible solution would use the authentication provider to issue tokens for the caller. Having this in...
Just leaving a comment for others to check. This could be the solution for this: https://backstage.io/docs/auth/service-to-service-auth/#static-tokens
I found that [throwing an exception will force the streaming to stop](https://github.com/langchain4j/langchain4j/blob/main/langchain4j-http-client/src/main/java/dev/langchain4j/http/client/HttpClient.java#L63), hence a workaround is basically throw an exception when you want to stop it. Here's my dirty workaround...
Keeping the c8 output here for future reference. It shows what code was called when running `yan run export-dynamic` in `backstage-plugins`: ``` ------------------------------------|---------|----------|---------|---------|--------------------------------------------------- File | % Stmts | % Branch...
Hello @gashcrumb thanks for your review. I am removing only the `new` command for now. We can go back to a cleanup later and touch the most dangerous parts (export-dynamic...