Skip to main content

Weaviate

Overview

This connector provides a connection to Weaviate.

Requirements

Before creating the connector, you will need the following information available for the Weaviate connection.

  • hostname or IP address
  • port
  • GRPC port
  • username
  • password
  • database name

Creating

To add an instance of the Weaviate connector, you can use the Web UI or the CLI.

$ sand connectors create weaviate --name myDB --http-host="10.10.10.10" \
--http-port="8080" --http-secure="10.10.10.10" --grpc-host="8081" \
--username="username" --password="password"
✅ Connector created successfully!
Connector ID: cnc-5ab0075c465c8321

Usage

coming soon