Skip to content

Commit

Permalink
docs: update paths and titles
Browse files Browse the repository at this point in the history
  • Loading branch information
dfokina committed Feb 12, 2024
1 parent d02286c commit 64ea914
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 12 deletions.
4 changes: 2 additions & 2 deletions integrations/deepeval/pydoc/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ renderer:
type: haystack_pydoc_tools.renderers.ReadmePreviewRenderer
excerpt: DeepEval integration for Haystack
category_slug: haystack-integrations
title: Chroma
title: DeepEval
slug: integrations-deepeval
order: 1
order: 45
markdown:
descriptive_class_title: false
descriptive_module_title: true
Expand Down
9 changes: 5 additions & 4 deletions integrations/fastembed/pydoc/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ loaders:
search_path: [../src]
modules:
[
"haystack_integrations.components.embedders.fastembed",
"haystack_integrations.components.embedders.fastembed.embedding_backend",
"haystack_integrations.components.embedders.fastembed.fastembed_document_embedder",
"haystack_integrations.components.embedders.fastembed.fastembed_text_embedder",
"haystack_integrations.components.embedders.fastembed.embedding_backend.fastembed_backend",
]
ignore_when_discovered: ["__init__"]
processors:
Expand All @@ -17,9 +18,9 @@ processors:
- type: crossref
renderer:
type: haystack_pydoc_tools.renderers.ReadmePreviewRenderer
excerpt: Embedders integration for Haystack
excerpt: FastEmbed integration for Haystack
category_slug: haystack-integrations
title: Embedders
title: FastEmbed
slug: fastembed-embedders
order: 300
markdown:
Expand Down
9 changes: 5 additions & 4 deletions integrations/instructor_embedders/pydoc/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ loaders:
search_path: [../src]
modules:
[
"haystack_integrations.components.embedders.instructor_embedders",
"haystack_integrations.components.embedders.instructor_embedders.embedding_backend",
"haystack_integrations.components.embedders.instructor_embedders.instructor_document_embedder",
"haystack_integrations.components.embedders.instructor_embedders.instructor_text_embedder",
"haystack_integrations.components.embedders.instructor_embedders.embedding_backend.instructor_backend",
]
ignore_when_discovered: ["__init__"]
processors:
Expand All @@ -17,9 +18,9 @@ processors:
- type: crossref
renderer:
type: haystack_pydoc_tools.renderers.ReadmePreviewRenderer
excerpt: Embedders integration for Haystack
excerpt: Instructor integration for Haystack
category_slug: haystack-integrations
title: Embedders
title: Instructor
slug: integrations-instructor-embedders
order: 90
markdown:
Expand Down
6 changes: 5 additions & 1 deletion integrations/jina/pydoc/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
loaders:
- type: haystack_pydoc_tools.loaders.CustomPythonLoader
search_path: [../src]
modules: ["haystack_integrations.components.embedders.jina"]
modules:
[
"haystack_integrations.components.embedders.jina.document_embedder",
"haystack_integrations.components.embedders.jina.text_embedder",
]
ignore_when_discovered: ["__init__"]
processors:
- type: filter
Expand Down
2 changes: 1 addition & 1 deletion integrations/uptrain/pydoc/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ renderer:
category_slug: haystack-integrations
title: UpTrain
slug: integrations-uptrain
order: 1
order: 175
markdown:
descriptive_class_title: false
descriptive_module_title: true
Expand Down

0 comments on commit 64ea914

Please sign in to comment.