We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ddb6d7 commit c2537dfCopy full SHA for c2537df
haystack/document_stores/weaviate.py
@@ -95,7 +95,7 @@ def __init__(
95
Currently, HSNW is only supported.
96
See: https://weaviate.io/developers/weaviate/current/more-resources/performance.html
97
: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
+ See https://weaviate.io/developers/weaviate/current/schema/schema-configuration.html
99
:param module_name: Vectorization module to convert data into vectors. Default is "text2vec-trasnformers"
100
For more details, See https://weaviate.io/developers/weaviate/current/modules/
101
:param return_embedding: To return document embedding.
0 commit comments