Skip to content

Commit

Permalink
added config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nickprock committed Feb 10, 2024
1 parent 4c1f98b commit a7bf308
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions integrations/fastembed/pydoc/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
loaders:
- type: haystack_pydoc_tools.loaders.CustomPythonLoader
search_path: [../src]
modules:
[
"haystack_integrations.components.embedders.fastembed",
"haystack_integrations.components.embedders.fastembed.embedding_backend",
]
ignore_when_discovered: ["__init__"]
processors:
- type: filter
expression:
documented_only: true
do_not_filter_modules: false
skip_empty_modules: true
- type: smart
- type: crossref
renderer:
type: haystack_pydoc_tools.renderers.ReadmePreviewRenderer
excerpt: Embedders integration for Haystack
category_slug: haystack-integrations
title: Embedders
slug: fastembed-embedders
order: 90
markdown:
descriptive_class_title: false
descriptive_module_title: true
add_method_class_prefix: true
add_member_class_prefix: false
filename: _readme_fastembed.md

0 comments on commit a7bf308

Please sign in to comment.