Skip to content

Commit c2537df

Browse files
hsm207masci
andauthored
Update weaviate schema doc link (#3351)
* Update weaviate schema doc * Update haystack/document_stores/weaviate.py Co-authored-by: Massimiliano Pippi <[email protected]>
1 parent 8ddb6d7 commit c2537df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

haystack/document_stores/weaviate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def __init__(
9595
Currently, HSNW is only supported.
9696
See: https://weaviate.io/developers/weaviate/current/more-resources/performance.html
9797
:param custom_schema: Allows to create custom schema in Weaviate, for more details
98-
See https://weaviate.io/developers/weaviate/current/data-schema/schema-configuration.html
98+
See https://weaviate.io/developers/weaviate/current/schema/schema-configuration.html
9999
:param module_name: Vectorization module to convert data into vectors. Default is "text2vec-trasnformers"
100100
For more details, See https://weaviate.io/developers/weaviate/current/modules/
101101
:param return_embedding: To return document embedding.

0 commit comments

Comments
 (0)