Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions integrations/aimlapi/pydoc/config_docusaurus.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
loaders:
- ignore_when_discovered:
- __init__
modules:
- haystack_integrations.components.generators.aimlapi.chat.chat_generator
search_path:
- ../src
type: haystack_pydoc_tools.loaders.CustomPythonLoader
processors:
- do_not_filter_modules: false
documented_only: true
expression: null
skip_empty_modules: true
type: filter
- type: smart
- type: crossref
renderer:
description: AIMLAPI integration for Haystack
id: integrations-aimlapi
markdown:
add_member_class_prefix: false
add_method_class_prefix: true
classdef_code_block: false
descriptive_class_title: false
descriptive_module_title: true
filename: aimlapi.md
title: AIMLAPI
type: haystack_pydoc_tools.renderers.DocusaurusRenderer
41 changes: 41 additions & 0 deletions integrations/amazon_bedrock/pydoc/config_docusaurus.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
loaders:
- ignore_when_discovered:
- __init__
modules:
- haystack_integrations.common.amazon_bedrock.errors
- haystack_integrations.components.embedders.amazon_bedrock.document_embedder
- haystack_integrations.components.embedders.amazon_bedrock.text_embedder
- haystack_integrations.components.embedders.amazon_bedrock.document_image_embedder
- haystack_integrations.components.generators.amazon_bedrock.generator
- haystack_integrations.components.generators.amazon_bedrock.adapters
- haystack_integrations.common.amazon_bedrock.errors
- haystack_integrations.components.generators.amazon_bedrock.chat.chat_generator
- haystack_integrations.components.rankers.amazon_bedrock.ranker
- haystack_integrations.components.downloaders.s3.s3_downloader
- haystack_integrations.common.s3.utils
- haystack_integrations.common.s3.errors
search_path:
- ../src
type: haystack_pydoc_tools.loaders.CustomPythonLoader
processors:
- do_not_filter_modules: false
documented_only: true
expression: null
skip_empty_modules: true
type: filter
- expression: name not in ['BedrockRanker']
type: filter
- type: smart
- type: crossref
renderer:
description: Amazon Bedrock integration for Haystack
id: integrations-amazon-bedrock
markdown:
add_member_class_prefix: false
add_method_class_prefix: true
classdef_code_block: false
descriptive_class_title: false
descriptive_module_title: true
filename: amazon_bedrock.md
title: Amazon Bedrock
type: haystack_pydoc_tools.renderers.DocusaurusRenderer
28 changes: 28 additions & 0 deletions integrations/amazon_sagemaker/pydoc/config_docusaurus.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
loaders:
- ignore_when_discovered:
- __init__
modules:
- haystack_integrations.components.generators.amazon_sagemaker.sagemaker
search_path:
- ../src
type: haystack_pydoc_tools.loaders.CustomPythonLoader
processors:
- do_not_filter_modules: false
documented_only: true
expression: null
skip_empty_modules: true
type: filter
- type: smart
- type: crossref
renderer:
description: Amazon Sagemaker integration for Haystack
id: integrations-amazon-sagemaker
markdown:
add_member_class_prefix: false
add_method_class_prefix: true
classdef_code_block: false
descriptive_class_title: false
descriptive_module_title: true
filename: amazon_sagemaker.md
title: Amazon Sagemaker
type: haystack_pydoc_tools.renderers.DocusaurusRenderer
29 changes: 29 additions & 0 deletions integrations/anthropic/pydoc/config_docusaurus.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
loaders:
- ignore_when_discovered:
- __init__
modules:
- haystack_integrations.components.generators.anthropic.generator
- haystack_integrations.components.generators.anthropic.chat.chat_generator
- haystack_integrations.components.generators.anthropic.chat.vertex_chat_generator
search_path:
- ../src
type: haystack_pydoc_tools.loaders.CustomPythonLoader
processors:
- do_not_filter_modules: false
documented_only: true
expression: null
skip_empty_modules: true
type: filter
- type: smart
- type: crossref
renderer:
description: Anthropic integration for Haystack
id: integrations-anthropic
markdown:
add_member_class_prefix: false
add_method_class_prefix: true
descriptive_class_title: false
descriptive_module_title: true
filename: anthropic.md
title: Anthropic
type: haystack_pydoc_tools.renderers.DocusaurusRenderer
30 changes: 30 additions & 0 deletions integrations/astra/pydoc/config_docusaurus.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
loaders:
- ignore_when_discovered:
- __init__
modules:
- haystack_integrations.components.retrievers.astra.retriever
- haystack_integrations.document_stores.astra.document_store
- haystack_integrations.document_stores.astra.errors
search_path:
- ../src
type: haystack_pydoc_tools.loaders.CustomPythonLoader
processors:
- do_not_filter_modules: false
documented_only: true
expression: null
skip_empty_modules: true
type: filter
- type: smart
- type: crossref
renderer:
description: Astra integration for Haystack
id: integrations-astra
markdown:
add_member_class_prefix: false
add_method_class_prefix: true
classdef_code_block: false
descriptive_class_title: false
descriptive_module_title: true
filename: astra.md
title: Astra
type: haystack_pydoc_tools.renderers.DocusaurusRenderer
30 changes: 30 additions & 0 deletions integrations/azure_ai_search/pydoc/config_docusaurus.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
loaders:
- ignore_when_discovered:
- __init__
modules:
- haystack_integrations.components.retrievers.azure_ai_search.embedding_retriever
- haystack_integrations.document_stores.azure_ai_search.document_store
- haystack_integrations.document_stores.azure_ai_search.filters
search_path:
- ../src
type: haystack_pydoc_tools.loaders.CustomPythonLoader
processors:
- do_not_filter_modules: false
documented_only: true
expression: null
skip_empty_modules: true
type: filter
- type: smart
- type: crossref
renderer:
description: Azure AI Search integration for Haystack
id: integrations-azure_ai_search
markdown:
add_member_class_prefix: false
add_method_class_prefix: true
classdef_code_block: false
descriptive_class_title: false
descriptive_module_title: true
filename: azure_ai_search.md
title: Azure AI Search
type: haystack_pydoc_tools.renderers.DocusaurusRenderer
31 changes: 31 additions & 0 deletions integrations/chroma/pydoc/config_docusaurus.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
loaders:
- ignore_when_discovered:
- __init__
modules:
- haystack_integrations.components.retrievers.chroma.retriever
- haystack_integrations.document_stores.chroma.document_store
- haystack_integrations.document_stores.chroma.errors
- haystack_integrations.document_stores.chroma.utils
search_path:
- ../src
type: haystack_pydoc_tools.loaders.CustomPythonLoader
processors:
- do_not_filter_modules: false
documented_only: true
expression: null
skip_empty_modules: true
type: filter
- type: smart
- type: crossref
renderer:
description: Chroma integration for Haystack
id: integrations-chroma
markdown:
add_member_class_prefix: false
add_method_class_prefix: true
classdef_code_block: false
descriptive_class_title: false
descriptive_module_title: true
filename: chroma.md
title: Chroma
type: haystack_pydoc_tools.renderers.DocusaurusRenderer
34 changes: 34 additions & 0 deletions integrations/cohere/pydoc/config_docusaurus.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
loaders:
- ignore_when_discovered:
- __init__
modules:
- haystack_integrations.components.embedders.cohere.document_embedder
- haystack_integrations.components.embedders.cohere.document_image_embedder
- haystack_integrations.components.embedders.cohere.text_embedder
- haystack_integrations.components.embedders.cohere.utils
- haystack_integrations.components.generators.cohere.generator
- haystack_integrations.components.generators.cohere.chat.chat_generator
- haystack_integrations.components.rankers.cohere.ranker
search_path:
- ../src
type: haystack_pydoc_tools.loaders.CustomPythonLoader
processors:
- do_not_filter_modules: false
documented_only: true
expression: null
skip_empty_modules: true
type: filter
- type: smart
- type: crossref
renderer:
description: Cohere integration for Haystack
id: integrations-cohere
markdown:
add_member_class_prefix: false
add_method_class_prefix: true
classdef_code_block: false
descriptive_class_title: false
descriptive_module_title: true
filename: cohere.md
title: Cohere
type: haystack_pydoc_tools.renderers.DocusaurusRenderer
32 changes: 32 additions & 0 deletions integrations/deepeval/pydoc/config_docusaurus.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
loaders:
- ignore_when_discovered:
- __init__
modules:
- haystack_integrations.components.evaluators.deepeval.evaluator
- haystack_integrations.components.evaluators.deepeval.metrics
search_path:
- ../src
type: haystack_pydoc_tools.loaders.CustomPythonLoader
processors:
- do_not_filter_modules: false
documented_only: true
expression: null
skip_empty_modules: true
type: filter
- expression: name not in ['MetricResult', 'MetricDescriptor', 'OutputConverters',
'InputConverters', 'METRIC_DESCRIPTORS']
type: filter
- type: smart
- type: crossref
renderer:
description: DeepEval integration for Haystack
id: integrations-deepeval
markdown:
add_member_class_prefix: false
add_method_class_prefix: true
classdef_code_block: false
descriptive_class_title: false
descriptive_module_title: true
filename: deepeval.md
title: DeepEval
type: haystack_pydoc_tools.renderers.DocusaurusRenderer
31 changes: 31 additions & 0 deletions integrations/elasticsearch/pydoc/config_docusaurus.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
loaders:
- ignore_when_discovered:
- __init__
modules:
- haystack_integrations.components.retrievers.elasticsearch.bm25_retriever
- haystack_integrations.components.retrievers.elasticsearch.embedding_retriever
- haystack_integrations.document_stores.elasticsearch.document_store
- haystack_integrations.document_stores.elasticsearch.filters
search_path:
- ../src
type: haystack_pydoc_tools.loaders.CustomPythonLoader
processors:
- do_not_filter_modules: false
documented_only: true
expression: null
skip_empty_modules: true
type: filter
- type: smart
- type: crossref
renderer:
description: Elasticsearch integration for Haystack
id: integrations-elasticsearch
markdown:
add_member_class_prefix: false
add_method_class_prefix: true
classdef_code_block: false
descriptive_class_title: false
descriptive_module_title: true
filename: elasticsearch.md
title: Elasticsearch
type: haystack_pydoc_tools.renderers.DocusaurusRenderer
32 changes: 32 additions & 0 deletions integrations/fastembed/pydoc/config_docusaurus.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
loaders:
- ignore_when_discovered:
- __init__
modules:
- haystack_integrations.components.embedders.fastembed.fastembed_document_embedder
- haystack_integrations.components.embedders.fastembed.fastembed_text_embedder
- haystack_integrations.components.embedders.fastembed.fastembed_sparse_document_embedder
- haystack_integrations.components.embedders.fastembed.fastembed_sparse_text_embedder
- haystack_integrations.components.rankers.fastembed.ranker
search_path:
- ../src
type: haystack_pydoc_tools.loaders.CustomPythonLoader
processors:
- do_not_filter_modules: false
documented_only: true
expression: null
skip_empty_modules: true
type: filter
- type: smart
- type: crossref
renderer:
description: FastEmbed integration for Haystack
id: fastembed-embedders
markdown:
add_member_class_prefix: false
add_method_class_prefix: true
classdef_code_block: false
descriptive_class_title: false
descriptive_module_title: true
filename: fastembed.md
title: FastEmbed
type: haystack_pydoc_tools.renderers.DocusaurusRenderer
33 changes: 33 additions & 0 deletions integrations/github/pydoc/config_docusaurus.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
loaders:
- ignore_when_discovered:
- __init__
modules:
- haystack_integrations.components.connectors.github.file_editor
- haystack_integrations.components.connectors.github.issue_commenter
- haystack_integrations.components.connectors.github.issue_viewer
- haystack_integrations.components.connectors.github.pr_creator
- haystack_integrations.components.connectors.github.repo_viewer
- haystack_integrations.components.connectors.github.repo_forker
search_path:
- ../src
type: haystack_pydoc_tools.loaders.CustomPythonLoader
processors:
- do_not_filter_modules: false
documented_only: true
expression: null
skip_empty_modules: true
type: filter
- type: smart
- type: crossref
renderer:
description: GitHub integration for Haystack
id: integrations-github
markdown:
add_member_class_prefix: false
add_method_class_prefix: true
classdef_code_block: false
descriptive_class_title: false
descriptive_module_title: true
filename: github.md
title: GitHub
type: haystack_pydoc_tools.renderers.DocusaurusRenderer
Loading
Loading