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
This commit is contained in:
Tuana Çelik 2023-08-10 06:37:55 -07:00 committed by GitHub
parent a75b9dd4bb
commit 4bb22c9665
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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. 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 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: Usage:
1. Start a Weaviate server (see https://weaviate.io/developers/weaviate/current/getting-started/installation.html) 1. Start a Weaviate server (see https://weaviate.io/developers/weaviate/current/getting-started/installation.html)