From 9383e28dafecabbed8593d5de23d0bc9ff01e4b7 Mon Sep 17 00:00:00 2001 From: Silvano Cerza <3314350+silvanocerza@users.noreply.github.com> Date: Wed, 14 Feb 2024 16:55:36 +0100 Subject: [PATCH] Update Weaviate docs (#414) --- integrations/weaviate/pydoc/config.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/integrations/weaviate/pydoc/config.yml b/integrations/weaviate/pydoc/config.yml index fa59e6874..84334c2e6 100644 --- a/integrations/weaviate/pydoc/config.yml +++ b/integrations/weaviate/pydoc/config.yml @@ -1,9 +1,12 @@ loaders: - type: haystack_pydoc_tools.loaders.CustomPythonLoader search_path: [../src] - modules: [ - "haystack_integrations.document_stores.weaviate.document_store", - ] + modules: + [ + "haystack_integrations.document_stores.weaviate.document_store", + "haystack_integrations.components.retrievers.weaviate.bm25_retriever", + "haystack_integrations.components.retrievers.weaviate.embedding_retriever", + ] ignore_when_discovered: ["__init__"] processors: - type: filter