What is the difference between 'exact answer' and 'passages' in search skill results?
Select an answer to reveal the explanation.
Short Explanation and Infographic
Todd Lammle: 'Imagine you're building a chatbot and this exact situation comes up — exact answers extract a concise specific answer from a document; passages return longer relevant text chunks is your go-to move. Exact answer extraction attempts to identify and return the specific sentence or phrase that directly answers the query; while passage retrieval returns larger relevant text chunks. This is a classic Domain 3: Connect AI and External Knowledge concept you'll want locked in before exam day.'
Full explanation below image
Full Explanation
Exact answer extraction attempts to identify and return the specific sentence or phrase that directly answers the query; while passage retrieval returns larger relevant text chunks. Both come from the knowledge base; not from intent or entity detection. Both connectors can support passages; exact answer availability depends on the connector and configuration. The correct answer, "Exact answers extract a concise specific answer from a document; passages return longer relevant text chunks", directly satisfies the scenario because it aligns with watsonx Assistant's design principles and the specific capability being tested. The incorrect options ("Exact answers are LLM-generated; passages are direct document excerpts", "Exact answers come from intent matching; passages from entity detection", "Exact answers are only available with Elasticsearch; passages only with Watson Discovery") may appear relevant but each misses a key requirement or introduces a step that is either unnecessary or belongs to a different workflow. Mastering the distinction between these approaches is essential for effective watsonx Assistant implementations and is a core focus of the Domain 3: Connect AI and External Knowledge section of the certification exam.