From d790943cd9d8a487c5e251d034e8c4c6dfc64830 Mon Sep 17 00:00:00 2001 From: Sam Blausten Date: Wed, 6 Jul 2022 11:44:47 +0200 Subject: [PATCH] Update .changeset/rich-goats-breathe.md Co-authored-by: Patrik Oldsberg Signed-off-by: sblausten --- .changeset/rich-goats-breathe.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.changeset/rich-goats-breathe.md b/.changeset/rich-goats-breathe.md index de8942c248..2888c2f9a7 100644 --- a/.changeset/rich-goats-breathe.md +++ b/.changeset/rich-goats-breathe.md @@ -3,3 +3,5 @@ --- **BREAKING**: Update FactRetrieverRegistry interface to be async so that db backed implementations can be passed through to the FactRetrieverEngine. + +If you have existing custom `FactRetrieverRegistry` implementations, you'll need to remove the `retrievers` member and make all the methods async.