In the lab: L1-Advanced_RAG_Pipeline.ipynb
There is always a database reset inserted before initializing a new recorder. This makes it impossible to compare the different retrievers. When I remove it I get a json serialization error for openai object.
tru.reset_database()
tru_recorder_sentence_window = get_prebuilt_trulens_recorder(
sentence_window_engine,
app_id = “Sentence Window Query Engine”
)