Pythia can be integrated with custom datasets to use them as a reference for hallucination detection. Integrating custom datasets can be done in any of the following ways:
Provide custom references in the
ask_pythia
call.Integrate custom datasets using LangChain libraries.
Integrate Pythia in RAG workflows to access custom datasets.
To understand the process of integrating custom datasets with Pythia, explore the following tutorials: