Skip to content

Rasa integration with Haystack - how to call different Haystack services #3326

Discussion options

You must be logged in to vote

Hi @SoniaMola If you want to use different intents for questions about different domains, there are several ways to implement that in Haystack. One option would be to use metadata filtering. Imagine every document in your document store having a metadata field that contains the domain of the document. Then you can filter for one of the domains based on the question/intent. You can pass filters to the retriever node:

:param filters: Optional filters to narrow down the search space to documents whose metadata fulfill certain

Here is our documentation page about metadata filtering: https://docs.haystack.deepset…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@SoniaMola
Comment options

Answer selected by SoniaMola
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment