mirror of
https://github.com/deepset-ai/haystack.git
synced 2026-01-07 20:46:31 +00:00
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:
parent
e7937ac5d7
commit
f583d0bfaf
@ -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
|
||||
```
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user