adhikari23
adhikari23
Cannot access the repo VertaAI/modeldb.git . I have used this code to have my metadata stored in the modelDB repo = client.set_repository('Census Income Local') commit = repo.get_commit(branch='master').new_branch("log-reg") However in webpage...
I want to use Vertica as a database for modelDB. Is it possible to do?
As it is mentioned in your documentation that Database ModelDB Backend stores the information from the requests it receive into a Relational database. Out of the box ModelDB is configured...
**Describe the bug** Cannot connect to aws opensearch serverles. Here is the code snippet. ```python from haystack_integrations.document_stores.opensearch import OpenSearchDocumentStore from haystack_integrations.components.embedders.amazon_bedrock import AmazonBedrockTextEmbedder from requests_aws4auth import AWS4Auth from opensearchpy import...