Fernando Pereira

Results 3 comments of Fernando Pereira

Hello @masci ! Are you just referencing missing docstrings on new/changed tutorial method/functions or are you thinking beyond that? Thanks!

Hello there! I managed to include `ESRetriever` in the pipeline_output["_debug"] through a fix but, the metric asserts that follow on both `test_multi_retriever_pipeline_eval` and `test_multi_retriever_pipeline_with_asymmetric_qa_eval` failed due to unexpected metric values....

I think the following check can be also introduced in `pinecone.py's delete_documents` avoiding the occurrence of the error : ``` if index not in self.all_ids: self.all_ids[index] = set() ``` This...