Shawn Liu

Results 3 comments of Shawn Liu

after looking into it a bit more, the test successfully completes when I only evaluate faithfulness, but fails when I also try to evaluate answer relevance. I believe this is...

nevermind, I figured out how to define the embeddings model and pass it into the evaluation: ``` os.environ["OPENAI_API_KEY"] = "my-openai-key" os.environ["OPENAI_BASE"] = "my-base-url" from langchain.chat_models import ChatOpenAI from langchain_openai.embeddings import...

> I am so confused by these answers, I cannot replicate them... **from ragas.llms.base import LangchainLLMWrapper** doesnt even exist. I am using ragas 0.0.22 you have to be installing ragas...