Skip to content

Commit 00c54ff

Browse files
authored
Weaviate destination connector: enhance readability (#387)
1 parent 966a4da commit 00c54ff

File tree

1 file changed

+11
-13
lines changed

1 file changed

+11
-13
lines changed

snippets/general-shared-text/weaviate.mdx

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,20 @@
66
- For Embedded Weaviate, you will need the instance's connection URL and the name of the target collection on the instance.
77
- For Weaviate Cloud, you will need:
88

9+
<iframe
10+
width="560"
11+
height="315"
12+
src="https://www.youtube.com/embed/FvhJDUZM078"
13+
title="YouTube video player"
14+
frameborder="0"
15+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
16+
allowfullscreen
17+
></iframe>
18+
919
- A Weaviate database instance. The following information assumes that you have a Weaviate Cloud (WCD) account with a Weaviate database cluster in that account.
1020
[Create a WCD account](https://weaviate.io/developers/wcs/quickstart#create-a-wcd-account). [Create a database cluster](https://weaviate.io/developers/wcs/quickstart#create-a-weaviate-cluster). For other database options, [learn more](https://weaviate.io/developers/weaviate/installation).
11-
- The name of the target collection in the database. [Create a collection](https://weaviate.io/developers/wcs/tools/collections-tool).
1221
- The URL and API key for the database cluster. [Get the URL and API key](https://weaviate.io/developers/wcs/quickstart#explore-the-details-panel).
13-
14-
The following video describes how to set up Weaviate Cloud for Unstructured.
15-
16-
<iframe
17-
width="560"
18-
height="315"
19-
src="https://www.youtube.com/embed/FvhJDUZM078"
20-
title="YouTube video player"
21-
frameborder="0"
22-
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
23-
allowfullscreen
24-
></iframe>
22+
- The name of the target collection in the database. [Create a collection](https://weaviate.io/developers/wcs/tools/collections-tool).
2523

2624
Weaviate requires the collection to have a data schema before you add data. At minimum, this schema must contain the `record_id` property, as follows:
2725

0 commit comments

Comments
 (0)