Skip to content

Commit

Permalink
docs: Add LostInTheMiddleRanker to API docs (#7302)
Browse files Browse the repository at this point in the history
  • Loading branch information
julian-risch authored Mar 5, 2024
1 parent 312ba9e commit f0fb71d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pydoc/config/rankers_api.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
loaders:
- type: haystack_pydoc_tools.loaders.CustomPythonLoader
search_path: [../../../haystack/components/rankers]
modules: ["meta_field", "transformers_similarity"]
modules: ["lost_in_the_middle", "meta_field", "transformers_similarity"]
ignore_when_discovered: ["__init__"]
processors:
- type: filter
Expand Down

0 comments on commit f0fb71d

Please sign in to comment.