Hybrid search — beats SOQL QueryDataCloud
SELECT Name FROM Opportunity WHERE Name LIKE '%AI%' SELECT Name, h.hybrid_score__c FROM hybrid_search(TABLE(Opportunity_idx__dlm), 'AI') AS h
Stark LLM Ops Automation
LLM ≈ AI
Acme AI Platform Renewal
keyword + semantic
📄
RAG on documents AnswerFromFiles
// answer from whatever files are available Answer userQuestion using context below. File: fileContent Related: relatedFiles Knowledge: retrieverChunks Cite the source file and section.
Acme_SOW_2026.pdf
attached to record
✓ found
Data Cloud retriever
hybrid index over docs
✓ ready