U<short-workflow-id>_<short-embedding-model-name>_<number-of-dimensions>
.
If Unstructured does not generate embeddings, the new collection’s name will be U<short-workflow-id
.Unstructuredautocreated
.<collection-name>
with
the name of the new collection, and replace <property-name>
with the name of each additional available property that
you want to return results for, such as text
, type
, element_id
, record_id
, and so on. The embeddings will be
returned in the vector
property.
record_id
property, as follows:
<name>
(required) - A unique name for this connector.<host-url>
(required) - The URL of the Weaviate database cluster.<class-name>
- The name of the target collection within the cluster. If no value is provided, see the beginning of this article
for the behavior at run time.<api-key>
(required) - The API key provided by Weaviate to access the cluster.