A retriever that returns a fixed list of documents. This class is meant for testing purposes only.
const FakeRetriever(this.docs) : super(defaultOptions: const RetrieverOptions());