create_weaviate_destination
Set up a Weaviate vector database destination connector by specifying the cluster URL and collection for efficient data management and retrieval.
Instructions
Create an weaviate vector database destination connector.
Args:
cluster_url: URL of the weaviate cluster
collection : Name of the collection to use in the weaviate cluster
Note: The collection is a table in the weaviate cluster.
In platform, there are dedicated code to generate collection for users
here, due to the simplicity of the server, we are not generating it for users.
Returns:
String containing the created destination connector information
Input Schema
Name | Required | Description | Default |
---|---|---|---|
cluster_url | Yes | ||
collection | Yes | ||
name | Yes |