Ravi Shetye

Results 8 comments of Ravi Shetye

@RaduStoicescu : modeldb backend is unable to connect to postgres , can you verify it postgres container is up? I am not sure how this is done on windows but...

@RaduStoicescu : were you able to bring up Postgres? if so could you share the high-level steps so that we could add it to the modeldb documentation. If you can...

@Atharex : I believe modifying https://github.com/VertaAI/modeldb/blob/master/backend/src/main/java/ai/verta/modeldb/artifactStore/storageservice/S3Service.java#L34-L51 should get you unblocked. If it does n't, it will be helpful for me if you can share a few more lines from the...

Thanks @Atharex for the request and the fix. Could you close the ticket if things are functional for you.

@Atharex Would setting the minio endpoint to `https://minio.my-own-domain.net` work and not require more code change?

@adhikari23 modeldb images have drivers for postrges and mysql prebaked as dependencies. For vertica driver you should mention them as a dependency in modeldb pom.xml and build the images. You...

@tatianguiqu : it is trying to establish connection with postgres but can not establish one. 1. Could you double check that the DB is working fine when this happens. 2....

Hey @adhikari23 , one rough way to think of things are things which ModelDB interprets are stored in the database and the things it does/should not are stored in the...