mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-10-29 16:59:47 +00:00
Bump Weaviate version (#1336)
This commit is contained in:
parent
7569ab97dd
commit
ba071cc052
@ -130,7 +130,7 @@ document_store = SQLDocumentStore()
|
||||
The `WeaviateDocumentStore` requires a running Weaviate Server.
|
||||
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.5.0
|
||||
docker run -d -p 8080:8080 --env AUTHENTICATION_ANONYMOUS_ACCESS_ENABLED='true' --env PERSISTENCE_DATA_PATH='/var/lib/weaviate' semitechnologies/weaviate:1.6.0
|
||||
```
|
||||
|
||||
Afterwards, you can use it in Haystack:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user