Skip to main content

weaviate

sand connectors create weaviate

Create a new Weaviate connector

sand connectors create weaviate [flags]

Examples

$ sand connectors upsert weaviate --name="name" --http-host="10.10.10.10" --http-port="8080" --http-secure="10.10.10.10" --grpc-host="8081" --username="username" --password="password"

✅ Connector upserted successfully!
Connector ID: cnc-5ab0075c465c8321

Options

      --access-token string    Access Token to authenticate to Weaviate with
--api-key string API Key to authenticate to Weaviate with
--client-secret string Client Secret to authenticate to Weaviate with
--cluster string Cluster to associate this connector with
--grpc-host string Grpc Host to authenticate to Weaviate with
--grpc-port int Grpc Port to authenticate to Weaviate with
--grpc-secure Grpc Secure to authenticate to Weaviate with
-h, --help Help for weaviate
--http-host string Http Host to authenticate to Weaviate with
--http-port int Http Port to authenticate to Weaviate with
--http-secure Http Secure to authenticate to Weaviate with
--json Return json output
--name string Connector name (required)
--password string Password to authenticate to Weaviate with
--username string Username to authenticate to Weaviate with

SEE ALSO