Add multimodal retrieval to API docs (#3430)

This commit is contained in:
Branden Chan 2022-10-20 15:07:48 +02:00 committed by GitHub
parent abdcb8124b
commit 3f956c75f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
loaders:
- type: python
search_path: [../../../../haystack/nodes/retriever]
modules: ['base', 'sparse', 'dense', 'text2sparql']
modules: ['base', 'sparse', 'dense', 'text2sparql', 'multimodal/retriever']
ignore_when_discovered: ['__init__']
processors:
- type: filter