IBMのドキュメントから答えを得る

watsonx Code Assistant トライアルプラン エッセンシャルプラン スタンダードプラン

IBMおよびRed Hat製品のドキュメントを参照した質問をするには、チャットを使用します。

この機能を使用するには、'IBM Cloudトライアル、エッセンシャル、またはスタンダードプランが必要です。 watsonx Code Assistantを使用している場合は利用できません。を使用している場合は利用できません。

ドキュメンテーションに関する質問のためのチャット構文

チャットの構文はこうだ: /docs [collection:<collection_name>] <your question>

collection_name はオプション。 コレクションが指定されていない場合は、 ibm_docs

利用可能な文書コレクションは以下の通り:

ドキュメンテーション・コレクション
コレクション ソース URL 参照
ibm_docs IBM Documentation https://www.ibm.com/docs
cloud_docs IBM Cloud 資料 https://cloud.ibm.com/docs/
redhat Red Hat ドキュメンテーション https://docs.redhat.com/products
ibm_redbooks IBM Redbooks 出版物 https://www.redbooks.ibm.com/
support_docs IBMサポート・コンテンツ https://www.ibm.com/support/
general_technical_docs IBMリサーチ&SecurityIntelligence https://research.ibm.com/およびhttps://securityintelligence.com/articles

タイプ 例題
一般的な製品情報 /docs what are the different IBM Cognos Analytics offerings for which IBM provides commands to?
タスクを実行する /docs What is the command to back up a database in Db2? Enclose the command in code blocks.
エラーコードのトラブルシューティング /docs collection:support_docs I am getting this error: Internal error occurred: SCAPI error: The value on row 1,029 is not a valid string while previewing a data asset using import node. Can you provide a workaround for this?
特定のコレクションに問い合わせる /docs collection:redhat What are Machine pools in Cluster administration nodes in Red Hat OpenShift dedicated?

ヒント

これらのヒントは、あなたの「/docs 質問の改善に役立ちます。

製品名を使用する

必ず商品名を指定してください。 How to back up a database Db22から結果を取り出すかもしれないが、'How to back up a Db2 database 方がうまくいく。

バージョン番号

watsonx Code Assistantが使用するソースには、IBM製品の最新バージョンに関する文書が含まれています。 古いバージョンに関する質問は、クエリにバージョン番号を指定すればうまくいくかもしれません。

context

watsonx Code Assistantが「/docs 質問に答えるとき、チャットウィンドウや開いているファイルから他のコンテキストを使用しません。 コンテキストはIBM製品のドキュメントから取得される。

/docs 質問の回答は、あなたのチャットコンテキストの一部になります。 次のチャットの質問では、watsonx Code Assistantをガイドするためのコンテキストとして、ドキュメントの応答を使用できます。

For example, you can ask: /docs what is the command to back up a Db2 database. Format the command in Markdown.

コマンドのレスポンスを受け取ったら、'Create a script to back up the Db2 database REVENUE と尋ねれば、ドキュメントにあるコマンド構文を使ったレスポンスが返ってくるはずだ。