πŸ“„ Llama Index By Gpt 3 5 TurboΒΆ

metrics.rag.faithfulness.llama_index_by_gpt_3_5_turbo

LlamaIndexFaithfulness(
    model_name="gpt-3.5-turbo",
    data_classification_policy=[
        "public",
    ],
)
[source]

Explanation about LlamaIndexFaithfulnessΒΆ

LlamaIndex based metric class for evaluating faithfulness.

Read more about catalog usage here.