conradoverta
conradoverta
> I think it would be important to maintain backwards compatibility (users who are passing a `DataFrame` to `predict()`, but are handling it as a plain array of values). @conradoverta...
> > Make sure that we provide the conversion back too. > > @conradoverta what do you mean by conversion back 🤔 How do I get my dataframe back inside...
Hi, @yixu34! Thanks for reaching out. According to the logs, I can see that apparently `modeldb-postgresql` is not present as a service. Could you run `kubectl get svc --namespace `...
Nice catch. That does look like a typo and you are right that some of the names appear to be hardcoded (both in the DB reference and the graphql config)....
Ok, I think I was able to narrow down what happened. First, the webapp logs were a bit misleading because `BACKEND_API_DOMAIN` was misconfigured. https://github.com/VertaAI/modeldb/pull/853 is fixing that. It doesn't affect...
@ad-47 should we close this to reduce the number of open PRs? We can remove later.
Hi, @Atharex! Currently the artifacts go directly to S3 via signed URLs. To my knowledge, Minio supports such calls, so it should work out of the box, but we have...
Oh, that is a fair point. I don't think we have any configuration for the custom endpoint. It should be easy to add a configuration and pass it around, but...
Awesome! That was fast =) We'll take a look tomorrow.
Hi, @Atharex! Could you clarify what you mean by links? I might be missing something here.