Skip to content

Commit c37e730

Browse files
docs: weaviate doc fixes (#402)
* chore: set correct URL * chore: set correct URL * docs: update link Co-authored-by: Bob van Luijt <bob@semi.technology>
1 parent 52fde78 commit c37e730

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docarray/array/storage/weaviate/find.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def _find(
132132
the closest Document objects for each of the queries in `query`.
133133
134134
Note: Weaviate returns `certainty` values. To get cosine similarities one needs to use `cosine_sim = 2*certainty - 1` as explained here:
135-
https://www.semi.technology/developers/weaviate/current/more-resources/faq.html#q-how-do-i-get-the-cosine-similarity-from-weaviates-certainty
135+
https://weaviate.io/developers/weaviate/current/more-resources/faq.html#q-how-do-i-get-the-cosine-similarity-from-weaviates-certainty
136136
"""
137137

138138
num_rows, _ = ndarray.get_array_rows(query)

docs/advanced/document-store/weaviate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
(weaviate)=
22
# Weaviate
33

4-
One can use [Weaviate](https://www.semi.technology) as the document store for DocumentArray. It is useful when one wants to have faster Document retrieval on embeddings, i.e. `.match()`, `.find()`.
4+
One can use [Weaviate](https://weaviate.io) as the document store for DocumentArray. It is useful when one wants to have faster Document retrieval on embeddings, i.e. `.match()`, `.find()`.
55

66
````{tip}
77
This feature requires `weaviate-client`. You can install it via `pip install "docarray[weaviate]".`

0 commit comments

Comments
 (0)