We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08568a9 commit 81ab39eCopy full SHA for 81ab39e
docs/advanced/document-store/weaviate.md
@@ -6,6 +6,12 @@ One can use [Weaviate](https://www.semi.technology) as the document store for Do
6
This feature requires `weaviate-client`. You can install it via `pip install "docarray[full]".`
7
````
8
9
+A video tutorial guides you to build a simple image search using Weaviate and Docarray.
10
+
11
+<center>
12
+<iframe width="560" height="315" src="https://www.youtube.com/embed/rBKvoIGihnY" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
13
+</center>
14
15
## Usage
16
17
### Start Weaviate service
0 commit comments