You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tried reading through the docs and source-code, but couldn't understand if Llama-Index support has been removed.
Your Question
Was working through the ragas with llama-indextutorial, but generator = TestsetGenerator.from_llama_index() and generator.generate_with_llamaindex_docs() is no longer supported?
Is only Langchain supported hereon?
Additional context
Installed ragas==0.2.2 using !pip install git+https://github.com/explodinggradients/ragas.