Sami Islam
Sami Islam
On top of the above mentioned problem, the RagasoutputParser delegates the json parsing to the underlying json.py->parse_json_markdown from langchain which in my case is unable to parse the json markup...
Hi @dosu, I have the exact same problem and noticed that in KeyphraseExtractor->extract method the extracted keyphrases is a list of keyphrases dicts: ```data [{'keyphrases': ['Black hole', 'Region of spacetime',...
I am not using RAGAS at the moment since the PoC I am working on just needed some evaluation. I switched to TruLens which was easier for me to get...