From 4bb22c9665cee254928a6f2215a2fe2c19f8578c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tuana=20=C3=87elik?= Date: Thu, 10 Aug 2023 06:37:55 -0700 Subject: [PATCH] Update weaviate.py (#5469) Updating the weaviate docstrings to replace the old URL with the new correct one. The old one now gives a 404 --- haystack/document_stores/weaviate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/haystack/document_stores/weaviate.py b/haystack/document_stores/weaviate.py index 35122bdcc..692a11b01 100644 --- a/haystack/document_stores/weaviate.py +++ b/haystack/document_stores/weaviate.py @@ -56,7 +56,7 @@ class WeaviateDocumentStore(KeywordDocumentStore): 4. Requires document ids to be in uuid-format. If wrongly formatted ids are provided at indexing time they will be replaced with uuids automatically. Weaviate python client is used to connect to the server, more details are here - https://weaviate-python-client.readthedocs.io/en/docs/weaviate.html + https://weaviate.io/developers/weaviate/client-libraries/python Usage: 1. Start a Weaviate server (see https://weaviate.io/developers/weaviate/current/getting-started/installation.html)