Cohere (独立系発行者) (プレビュー)
Cohere は、自然言語処理をすべての開発者のツールキットの一部にしています。 言語の解釈の力を解き放ちます。 Cohere を使用して、これまで想像もできなかった規模でテキストを生成、分類、整理している開発者や企業に参加してください。
このコネクタは、次の製品および地域で利用可能です:
Service | クラス | 地域 |
---|---|---|
Logic Apps | 標準 | 以下を除くすべての Logic Apps 地域 : - Azure 政府の地域 - Azure 中国の地域 - 国防総省 (DoD) |
Power Automate | プレミアム | 以下を除くすべての Power Automate 地域 : - 米国政府 (GCC) - 米国政府 (GCC High) - 21Vianet が運用する中国のクラウド - 国防総省 (DoD) |
Power Apps | プレミアム | 以下を除くすべての Power Apps 地域 : - 米国政府 (GCC) - 米国政府 (GCC High) - 21Vianet が運用する中国のクラウド - 米国国防総省 (DoD) |
お問い合わせ先 | |
---|---|
件名 | Troy Taylor |
[URL] | https://www.hitachisolutions.com |
メール | ttaylor@hitachisolutions.com |
Connector Metadata | |
---|---|
発行者 | Troy Taylor |
Web サイト | https://cohere.ai/ |
プライバシー ポリシー | https://cohere.ai/privacy |
カテゴリー | AI |
接続を作成する
コネクタは、次の認証タイプをサポートしています:
既定 | 接続を作成するためのパラメーター。 | すべての地域 | 共有不可 |
既定
適用できるもの: すべての領域
接続を作成するためのパラメーター。
これは共有可能な接続ではありません。 Power App が別のユーザーと共有されている場合、別のユーザーは新しい接続を明示的に作成するように求められます。
件名 | タイプ | Description | Required |
---|---|---|---|
API キー 'Bearer API_Key' | securestring | この API に対する API キー 'Bearer API_Key' | True |
調整制限
名前 | 呼び出し | 更新期間 |
---|---|---|
接続ごとの API 呼び出し | 100 | 60 秒 |
アクション
テキストの埋め込みを生成する |
浮動小数点数のリストであるテキスト埋め込みを返します。これは、それが表すテキストに関するセマンティック情報をキャプチャします。 |
テキストの生成 |
このアクションは、特定の入力に基づいて条件付けられた現実的なテキストを生成します。 |
テキストを要約する |
指定されたテキストの要約を英語で生成します。 |
トークンの生成 |
バイト ペア エンコーディング (BPE) を使用して、入力テキストをトークンと呼ばれる小さな単位に分割します。 |
トークン化されていないテキストを生成する |
バイト ペア エンコーディングを使用してトークンを変換し、そのテキスト表現を返します。 |
一般的な分類 |
指定されたテキスト入力に最適なラベルについての予測を作成します。 |
言語を特定します |
提供された各テキストがどの言語で書かれているかを検出します。 |
テキストの埋め込みを生成する
浮動小数点数のリストであるテキスト埋め込みを返します。これは、それが表すテキストに関するセマンティック情報をキャプチャします。
パラメーター
名前 | キー | 必須 | 型 | 説明 |
---|---|---|---|---|
テキスト
|
texts | array of string |
テキスト。 |
|
Model
|
model | string |
モデル。 |
|
切り詰める
|
truncate | string |
切り詰める。 |
戻り値
名前 | パス | 型 | 説明 |
---|---|---|---|
ID
|
id | string |
識別子。 |
テキスト
|
texts | array of string |
テキスト。 |
埋め込み
|
embeddings | array of array |
埋め込み。 |
アイテム
|
embeddings | array of float | |
Version
|
meta.api_version.version | string |
バージョン。 |
は非推奨です
|
meta.api_version.is_deprecated | boolean |
非推奨みかどうか。 |
テキストの生成
このアクションは、特定の入力に基づいて条件付けられた現実的なテキストを生成します。
パラメーター
名前 | キー | 必須 | 型 | 説明 |
---|---|---|---|---|
プロンプト
|
prompt | string |
プロンプト。 |
|
Model
|
model | string |
モデル。 |
|
世代数
|
num_generations | integer |
世代の数。 |
|
最大トークン
|
max_tokens | integer |
トークンの最大数。 |
|
プリセット
|
preset | string |
プリセット。 |
|
温度
|
temperature | float |
温度。 |
|
k
|
k | integer |
K 値。 |
|
pm
|
p | float |
p 値。 |
|
周波数ペナルティ
|
frequency_penalty | float |
周波数ペナルティ。 |
|
プレゼンス ペナルティ
|
presence_penalty | float |
プレゼンス ペナルティ。 |
|
終了シーケンス
|
end_sequences | array of string |
終了シーケンス。 |
|
停止シーケンス
|
stop_sequences | array of string |
停止シーケンス。 |
|
可能性を返す
|
return_likelihoods | string |
可能性を返す。 |
|
切り詰める
|
truncate | string |
切り詰める。 |
戻り値
名前 | パス | 型 | 説明 |
---|---|---|---|
ID
|
id | string |
識別子。 |
世代
|
generations | array of object | |
ID
|
generations.id | string |
識別子。 |
Text
|
generations.text | string |
テキスト。 |
プロンプト
|
prompt | string |
プロンプト。 |
テキストを要約する
指定されたテキストの要約を英語で生成します。
パラメーター
名前 | キー | 必須 | 型 | 説明 |
---|---|---|---|---|
Length
|
length | string |
長さ。 |
|
Format
|
format | string |
形式。 |
|
Model
|
model | string |
モデル。 |
|
抽出性
|
extractiveness | string |
抽出性。 |
|
温度
|
temperature | float |
温度。 |
|
Text
|
text | string |
テキスト。 |
戻り値
名前 | パス | 型 | 説明 |
---|---|---|---|
ID
|
id | string |
識別子。 |
まとめ
|
summary | string |
概要。 |
Version
|
meta.api_version.version | string |
バージョン。 |
は非推奨です
|
meta.api_version.is_deprecated | boolean |
非推奨みかどうか。 |
トークンの生成
バイト ペア エンコーディング (BPE) を使用して、入力テキストをトークンと呼ばれる小さな単位に分割します。
パラメーター
名前 | キー | 必須 | 型 | 説明 |
---|---|---|---|---|
Text
|
text | string |
テキスト。 |
戻り値
名前 | パス | 型 | 説明 |
---|---|---|---|
トークン
|
tokens | array of integer |
トークン。 |
トークン文字列
|
token_strings | array of string |
トークン文字列。 |
Version
|
meta.api_version.version | string |
バージョン。 |
は非推奨です
|
meta.api_version.is_deprecated | boolean |
非推奨みかどうか。 |
トークン化されていないテキストを生成する
バイト ペア エンコーディングを使用してトークンを変換し、そのテキスト表現を返します。
パラメーター
名前 | キー | 必須 | 型 | 説明 |
---|---|---|---|---|
トークン
|
tokens | array of integer |
トークン。 |
戻り値
名前 | パス | 型 | 説明 |
---|---|---|---|
Text
|
text | string |
テキスト。 |
Version
|
meta.api_version.version | string |
バージョン。 |
は非推奨です
|
meta.api_version.is_deprecated | boolean |
非推奨みかどうか。 |
一般的な分類
指定されたテキスト入力に最適なラベルについての予測を作成します。
パラメーター
名前 | キー | 必須 | 型 | 説明 |
---|---|---|---|---|
入力
|
inputs | array of string |
入力。 |
|
Model
|
model | string |
モデル。 |
|
Text
|
text | string |
テキスト。 |
|
Label
|
label | string |
ラベル。 |
|
プリセット
|
preset | string |
プリセット。 |
|
切り詰める
|
truncate | string |
切り詰める。 |
戻り値
名前 | パス | 型 | 説明 |
---|---|---|---|
ID
|
id | string |
識別子。 |
分類
|
classifications | array of object | |
ID
|
classifications.id | string |
識別子。 |
input
|
classifications.input | string |
入力配列。 |
予測
|
classifications.prediction | string |
予測。 |
信頼度
|
classifications.confidence | float |
信頼度。 |
信頼度
|
classifications.confidences | array of object | |
回答内容
|
classifications.confidences.option | string |
オプション。 |
信頼度
|
classifications.confidences.confidence | float |
信頼度。 |
信頼度
|
classifications.labels.Not spam.confidence | float |
信頼度。 |
信頼度
|
classifications.labels.Spam.confidence | float |
信頼度。 |
Version
|
meta.api_version.version | string |
バージョン。 |
は非推奨です
|
meta.api_version.is_deprecated | boolean |
非推奨みかどうか。 |
言語を特定します
提供された各テキストがどの言語で書かれているかを検出します。
パラメーター
名前 | キー | 必須 | 型 | 説明 |
---|---|---|---|---|
テキスト
|
texts | array of string |
テキスト。 |
戻り値
名前 | パス | 型 | 説明 |
---|---|---|---|
ID
|
id | string |
識別子。 |
Results
|
results | array of object | |
言語コード
|
results.language_code | string |
言語コード。 |
言語名
|
results.language_name | string |
言語名。 |
Version
|
meta.api_version.version | string |
バージョン。 |
は非推奨です
|
meta.api_version.is_deprecated | boolean |
非推奨みかどうか。 |