PRATIK C
PRATIK C
**The problem is with faithfulness prompt:** ``` Prompts: Human: Given a question, an answer, and sentences from the answer analyze the complexity of each sentence given under 'sentences' and break...
`ModuleNotFoundError: No module named 'ragas.llms.prompt'` @jjmachan
> Hey @pratikchhapolika , if you don't supply an OpenAI API key, DeepEval uses the OpenAI model as the critic model for filtering unqualified goldens. You can easily avoid this...
I also find this doc to be misleading: https://docs.confident-ai.com/docs/guides-using-custom-embedding-models#:~:text=from%20deepeval.synthesizer%20import%20Synthesizer%0A...%0A%0Asynthesizer%20%3D%20Synthesizer(embedder%3DCustomEmbeddingModel()) ``` from deepeval.synthesizer import Synthesizer ... synthesizer = Synthesizer(embedder=CustomEmbeddingModel()) ``` Shoud we pass, chat model to both Synthesizer and filtration_config or...