mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-07-19 06:52:56 +00:00
27 lines
837 B
YAML
27 lines
837 B
YAML
loaders:
|
|
- type: loaders.CustomPythonLoader
|
|
search_path: [../../../haystack/preview/components/retrievers]
|
|
modules: ["in_memory_bm25_retriever", "in_memory_embedding_retriever"]
|
|
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: renderers.ReadmePreviewRenderer
|
|
excerpt: Sweeps through a Document Store and returns a set of candidate Documents that are relevant to the query.
|
|
category_slug: haystack-classes
|
|
title: Retriever API
|
|
slug: retriever-api
|
|
order: 130
|
|
markdown:
|
|
descriptive_class_title: false
|
|
descriptive_module_title: true
|
|
add_method_class_prefix: true
|
|
add_member_class_prefix: false
|
|
filename: retriever_api.md
|