Checklist progress
0/163Learned
Agentforce Specialist
Study Checklist
Checklist progress
0/163Learned
Explain the considerations of Agentforce Data Library and its concepts.
0/9
Explain foundational concepts of Data 360 such as chunking, indexing, and retrievers
0/8
Retrieval augmented generation in Data 360
Learn this conceptChunking sources for AI retrieval
Learn this conceptSearch indexes for chunked Data 360 content
Learn this conceptVector versus hybrid search indexes
Learn this conceptRetrievers versus search indexes
Learn this conceptRetriever creation and activation for grounding
Learn this conceptEnsemble retrievers in Data 360
Learn this conceptKnowledge retrieval troubleshooting for agents
Learn this conceptPrepare for the Exam
Study Community
Ask questions and get the latest info from other Agentforce Specialist studiers. 593 members and growing.
Chunking splits large grounding sources into smaller pieces so retrieval can find the passages that match a question without sending an entire document into one LLM call. Data 360 then indexes those chunks as vector embeddings and scores them against the query. Only high-similarity chunks are added back into the prompt, which keeps responses grounded without exceeding the model’s token limit.