How to improve factual accuracy with wiki_grounding
How to improve factual accuracy with wiki_grounding
How to improve factual accuracy with wiki_grounding
If wiki_grounding is enabled, the model uses a RAG (Retrieval-Augmented Generation) approach:
RAG = Retrieval-Augmented Generation.
Instead of only relying on the model’s internal knowledge (which can be outdated or incomplete), RAG allows the model to:
wiki_grounding?First, install the SDK:
Then use the following Python code: