1. NCP-AAI トピック 6 問題 691. NCP-AAI Topic 6 Question 69
問題Question
ある企業は、大規模なドキュメント コレクションやクライアント データベースからリアルタイムで情報を取得する必要がある AI エージェントを構築しています。チームは、迅速かつ正確な取得を保証し、高いデータ品質を維持したいと考えています。
このようなエージェントの効率的な知識統合と効果的なデータ処理を最もよくサポートするアプローチはどれですか?
- A. すべてのデータ クエリに特化した検索メカニズムが必要ないため、従来のリレーショナル データベースを使用する
- B. データ品質チェックや拡張機能がすでに組み込まれているクライアント データ ソースを統合して、展開を迅速化します。
- C. 推論中に外部の知識ソースに接続するのではなく、事前トレーニングされたモデルに依存する
- D. 関連情報へのアクセスを高速化するために、ベクター データベースと組み合わせた検索拡張生成 (RAG) パイプラインを実装します。
A company is building an AI agent that must retrieve information from large document collections and client databases in real time. The team wants to ensure fast, accurate retrieval and maintain high data quality.
Which approach best supports efficient knowledge integration and effective data handling for such an agent?
- A. Using traditional relational databases because they don’t need specialized retrieval mechanisms for all data queries
- B. Integrating client data sources as they already incorporate data quality checks or augmentation to speed up deployment
- C. Relying on pre-trained models instead of connecting to external knowledge sources during inference
- D. Implementing retrieval-augmented generation (RAG) pipelines combined with vector databases to accelerate access to relevant information
推奨解答Suggested Answer
D
コメントComments コメント 0 件0 comments クリックして展開Click to expand