Minor change with a link to the Weaviate docs (#1180)

Super minor change, but in line with other DocumentStore's
This commit is contained in:
Bob van Luijt 2021-06-11 21:20:23 +02:00 committed by GitHub
parent e7937ac5d7
commit f583d0bfaf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -128,7 +128,7 @@ document_store = SQLDocumentStore()
<div class="tabcontent">
The `WeaviateDocumentStore` requires a running Weaviate Server.
You can start a basic instance like this (see Weaviate docs for details):
You can start a basic instance like this (see the [Weaviate docs](https://www.semi.technology/developers/weaviate/current/) for details):
```
docker run -d -p 8080:8080 --env AUTHENTICATION_ANONYMOUS_ACCESS_ENABLED='true' --env PERSISTENCE_DATA_PATH='/var/lib/weaviate' semitechnologies/weaviate:1.4.0
```