AI-201 · Question #201
Universal Containers (UC) configured a new PDF file ingestion in Data Cloud with all the required fields, and also created the mapping and the search Index. UC Is now setting up the retriever and…
The correct answer is B. Update the search index to include the desired field. In the Data Cloud pipeline for Agentforce Data Libraries, the retriever queries the search index to find relevant content. If a field the retriever needs is not included in the search index, the retriever cannot access it. The correct fix is to update the search index to…
Question
Universal Containers (UC) configured a new PDF file ingestion in Data Cloud with all the required fields, and also created the mapping and the search Index. UC Is now setting up the retriever and notices a required fleld is missing. How should UC resolve this?
Options
- ACreate a new custom Data Cloud object that includes the desired field.
- BUpdate the search index to include the desired field.
- CModify the retriever's configuration to include the desired field..
How the community answered
(55 responses)- A11% (6)
- B73% (40)
- C16% (9)
Explanation
In the Data Cloud pipeline for Agentforce Data Libraries, the retriever queries the search index to find relevant content. If a field the retriever needs is not included in the search index, the retriever cannot access it. The correct fix is to update the search index to include the missing field, making it available to the retriever. Option A (creating a new custom Data Cloud object) is unnecessary and overly complex - the issue is index configuration, not schema. Option C (modifying the retriever configuration) is incorrect because the retriever can only surface fields that are already indexed; the root fix must happen at the index level.
Topics
Community Discussion
No community discussion yet for this question.