|
1 | 1 | loaders: |
2 | | -- ignore_when_discovered: |
3 | | - - __init__ |
4 | | - modules: |
5 | | - - haystack_integrations.common.amazon_bedrock.errors |
6 | | - - haystack_integrations.components.embedders.amazon_bedrock.document_embedder |
7 | | - - haystack_integrations.components.embedders.amazon_bedrock.text_embedder |
8 | | - - haystack_integrations.components.embedders.amazon_bedrock.document_image_embedder |
9 | | - - haystack_integrations.components.generators.amazon_bedrock.generator |
10 | | - - haystack_integrations.components.generators.amazon_bedrock.adapters |
11 | | - - haystack_integrations.common.amazon_bedrock.errors |
12 | | - - haystack_integrations.components.generators.amazon_bedrock.chat.chat_generator |
13 | | - - haystack_integrations.components.rankers.amazon_bedrock.ranker |
14 | | - - haystack_integrations.components.downloaders.s3.s3_downloader |
15 | | - - haystack_integrations.common.s3.utils |
16 | | - - haystack_integrations.common.s3.errors |
17 | | - search_path: |
18 | | - - ../src |
19 | | - type: haystack_pydoc_tools.loaders.CustomPythonLoader |
| 2 | + - modules: |
| 3 | + - haystack_integrations.common.amazon_bedrock.errors |
| 4 | + - haystack_integrations.components.embedders.amazon_bedrock.document_embedder |
| 5 | + - haystack_integrations.components.embedders.amazon_bedrock.text_embedder |
| 6 | + - haystack_integrations.components.embedders.amazon_bedrock.document_image_embedder |
| 7 | + - haystack_integrations.components.generators.amazon_bedrock.generator |
| 8 | + - haystack_integrations.components.generators.amazon_bedrock.adapters |
| 9 | + - haystack_integrations.common.amazon_bedrock.errors |
| 10 | + - haystack_integrations.components.generators.amazon_bedrock.chat.chat_generator |
| 11 | + - haystack_integrations.components.rankers.amazon_bedrock.ranker |
| 12 | + - haystack_integrations.components.downloaders.s3.s3_downloader |
| 13 | + - haystack_integrations.common.s3.utils |
| 14 | + - haystack_integrations.common.s3.errors |
| 15 | + search_path: [../src] |
20 | 16 | processors: |
21 | | -- do_not_filter_modules: false |
22 | | - documented_only: true |
23 | | - expression: null |
24 | | - skip_empty_modules: true |
25 | | - type: filter |
26 | | -- expression: name not in ['BedrockRanker'] |
27 | | - type: filter |
28 | | -- type: smart |
29 | | -- type: crossref |
| 17 | + - type: filter |
| 18 | + documented_only: true |
| 19 | + skip_empty_modules: true |
30 | 20 | renderer: |
31 | 21 | description: Amazon Bedrock integration for Haystack |
32 | 22 | id: integrations-amazon-bedrock |
33 | | - markdown: |
34 | | - add_member_class_prefix: false |
35 | | - add_method_class_prefix: true |
36 | | - classdef_code_block: false |
37 | | - descriptive_class_title: false |
38 | | - descriptive_module_title: true |
39 | | - filename: amazon_bedrock.md |
| 23 | + filename: amazon_bedrock.md |
40 | 24 | title: Amazon Bedrock |
41 | | - type: haystack_pydoc_tools.renderers.DocusaurusRenderer |
0 commit comments