Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update paths and titles #397

Merged
merged 4 commits into from
Feb 12, 2024
Merged
Show file tree
Hide file tree
Changes from 2 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
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
11 changes: 6 additions & 5 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",
dfokina marked this conversation as resolved.
Show resolved Hide resolved
]
ignore_when_discovered: ["__init__"]
processors:
Expand All @@ -17,11 +18,11 @@ 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
order: 55
markdown:
descriptive_class_title: false
descriptive_module_title: true
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",
dfokina marked this conversation as resolved.
Show resolved Hide resolved
]
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
dfokina marked this conversation as resolved.
Show resolved Hide resolved
category_slug: haystack-integrations
title: Embedders
title: Instructor
dfokina marked this conversation as resolved.
Show resolved Hide resolved
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