Skip to content

Commit 13faf02

Browse files
committed
fixing config_docusaurus.yml
1 parent db276bc commit 13faf02

1 file changed

Lines changed: 8 additions & 22 deletions

File tree

Lines changed: 8 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,14 @@
11
loaders:
2-
- ignore_when_discovered:
3-
- __init__
4-
modules:
5-
- haystack_integrations.document_stores.faiss.document_store
6-
search_path:
7-
- ../src
8-
type: haystack_pydoc_tools.loaders.CustomPythonLoader
2+
- modules:
3+
- haystack_integrations.components.retrievers.faiss.embedding_retriever
4+
- haystack_integrations.document_stores.faiss.document_store
5+
search_path: [../src]
96
processors:
10-
- do_not_filter_modules: false
11-
documented_only: true
12-
expression: null
13-
skip_empty_modules: true
14-
type: filter
15-
- type: smart
16-
- type: crossref
7+
- type: filter
8+
documented_only: true
9+
skip_empty_modules: true
1710
renderer:
1811
description: FAISS integration for Haystack
1912
id: integrations-faiss
20-
markdown:
21-
add_member_class_prefix: false
22-
add_method_class_prefix: true
23-
classdef_code_block: false
24-
descriptive_class_title: false
25-
descriptive_module_title: true
26-
filename: faiss.md
13+
filename: faiss.md
2714
title: FAISS
28-
type: haystack_pydoc_tools.renderers.DocusaurusRenderer

0 commit comments

Comments
 (0)