Skip to content

Commit

Permalink
docs: add web retriever to api docs (#4699)
Browse files Browse the repository at this point in the history
  • Loading branch information
dfokina committed Apr 18, 2023
1 parent f13cc75 commit ec7fc4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pydoc/config/retriever.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
loaders:
- type: python
search_path: [../../../haystack/nodes/retriever]
modules: ["base", "sparse", "dense", "text2sparql", "multimodal/retriever"]
modules: ["base", "sparse", "dense", "text2sparql", "multimodal/retriever", "web"]
ignore_when_discovered: ["__init__"]
processors:
- type: filter
Expand Down

0 comments on commit ec7fc4a

Please sign in to comment.