Your company wants to implement a Retrieval-Augmented Generation (RAG) system to allow employees to query an extensive knowledge base of internal documents, such as policy manuals and project reports. You need to prepare this unstructured text for embedding to be used in the RAG system. What should you do to ensure the system can retrieve the most relevant information?
- AUse Cloud Data Loss Prevention (Cloud DLP) to scan and redact sensitive information within the documents before processing.
- BStore the documents as compressed files in a traditional relational database to enable more efficient storage and retrieval.
- CConvert the unstructured documents into high-dimensional numerical vectors that capture the semantic meaning and relationships of the text. (correct answer)
- DIndex each word from the documents into a search engine to enable keyword-based search.
Reveal answer & explanationHide answer
The correct answer is C. Option C: Convert the unstructured documents into high-dimensional numerical vectors that capture the semantic meaning and relationships of the text.