- はじめに
- アクセス制御と管理
- ソースとデータセットを管理する
- モデルのトレーニングと保守
- 生成 AI による抽出
- 分析と監視を使用する
- オートメーションと Communications Mining™
- 開発者
- データをアップロードする
- データのダウンロード
- Exchange と Azure サービス ユーザーとの連携
- Exchange と Azure アプリケーション認証の統合
- Exchange と Azure Application Authentication and Graph の統合
- Migration Guide: Exchange Web Services (EWS) to Microsoft Graph API
- Python を使用した Tableau のデータのフェッチ
- Elasticsearch との連携
- 一般的なフィールド抽出
- セルフホストの Exchange 統合
- UiPath® Automation Framework
- UiPath® 公式アクティビティ
- 機械が単語を理解する方法:NLPに埋め込むためのガイド
- トランスフォーマーによるプロンプトベースの学習
- 効率的な変圧器II:知識蒸留と微調整
- 効率的な変圧器I:注意メカニズム
- 階層的な教師なしインテントモデリング:トレーニングデータなしで価値を得る
- Communications Mining™ でアノテーションの偏りを修正する
- アクティブ ラーニング: より優れた ML モデルを短時間で実現
- それはすべて数字にあります-メトリックを使用してモデルのパフォーマンスを評価します
- モデルの検証が重要な理由
- 対話データ分析 AI としての Communications Mining™ と Google AutoML を比較する
- ライセンス
- よくある質問など

Communications Mining ガイド
CLI
Communications Mining™ のコマンド ライン インターフェイス ( re) は、ターミナルから Communications Mining のあらゆる部分を操作するための一貫したインターフェイスを提供する統合ツールです。
re 、ソースやデータセットなどの Communications Mining リソースの管理、および通信データのインポートまたはエクスポートが簡単になります。 さらに、 re では複数のコンテキストが保持されるため、ユーザー、サービス アカウント、または Communications Mining エンドポイントごとに複数の認証トークンを簡単に切り替えることができます。
Communications Mining CLI はオープン ソースであり、 GitHub で開発されています。
機能
- Communications Mining のすべての異なるリソースの作成、取得、更新、削除操作を行います。これには、ソース、データセット、コメント、バケット、ストリームなどが含まれます。
- 複数の API トークンおよび Communications Mining エンドポイントのコンテキスト管理。
- 新しいメッセージを簡単にソースにアップロードできます。
- 一連のソースとデータセットから、人間が適用したアノテーションと一緒にメッセージをダウンロードできます。バックアップを作成する場合や、データを移行する場合、データに変換を適用する場合に便利です。
zshとbashの基本的なシェルオートコンプリート、色付きの端末出力、プログレスバーなど
インストール
バイナリ
依存関係のない静的にリンクされたバイナリは、すべての主要なプラットフォームに提供されます
ソースから
ソースからビルドするには、 Rustツールチェーン の最新バージョンがインストールされている必要があります。貨物を使用して設置します。
cargo install --locked reinfer-cli
cargo install --locked reinfer-cli
パスに cargo bin ディレクトリがあることを確認します (通常は ~/.cargo/bin)。
または、いつでもリポジトリのクローンを作成して、 cargo buildを使用して構築することもできます。
ヘルプ
Communications Mining™ CLI には、 --help または -h フラグでアクセスできるコマンド ドキュメントが多数付属しています。
$ re --help
$ re <command> --help
$ re <command> <subcommand> --help
$ re --help
$ re <command> --help
$ re <command> <subcommand> --help
付属のドキュメントは広範で常に最新のものであるため、このドキュメントをお読みになることをお勧めします。
$ re --help
reinfer-cli 0.11.0
re is the command line interface to reinfer clusters
USAGE:
re [FLAGS] [OPTIONS] <SUBCOMMAND>
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
-v, --verbose Enable more verbose logging
OPTIONS:
-k, --accept-invalid-certificates <accept-invalid-certificates>
--config-file <config>
Path to the configuration file. Typically defaults to ~/.config/reinfer on Linux
-c, --context <context>
Specify what context to use. Overrides the current context, if any
--endpoint <endpoint>
Specify what endpoint to use. Overrides the one from the current context, if any
-o, --output <output>
Output format. One of: json, table [default: table]
--proxy <proxy>
URL for an HTTP proxy that will be used for all requests if specified
--token <token>
Specify what API token to use. Overrides the one from the current context, if any
SUBCOMMANDS:
completion Output shell completion code for the specified shell (bash or zsh)
config Manage reinfer authentication and endpoint contexts
create Create new resources
delete Delete a resource
get Display resources and export comments to the local filesystem
help Prints this message or the help of the given subcommand(s)
update Update existing resources
$ re --help
reinfer-cli 0.11.0
re is the command line interface to reinfer clusters
USAGE:
re [FLAGS] [OPTIONS] <SUBCOMMAND>
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
-v, --verbose Enable more verbose logging
OPTIONS:
-k, --accept-invalid-certificates <accept-invalid-certificates>
--config-file <config>
Path to the configuration file. Typically defaults to ~/.config/reinfer on Linux
-c, --context <context>
Specify what context to use. Overrides the current context, if any
--endpoint <endpoint>
Specify what endpoint to use. Overrides the one from the current context, if any
-o, --output <output>
Output format. One of: json, table [default: table]
--proxy <proxy>
URL for an HTTP proxy that will be used for all requests if specified
--token <token>
Specify what API token to use. Overrides the one from the current context, if any
SUBCOMMANDS:
completion Output shell completion code for the specified shell (bash or zsh)
config Manage reinfer authentication and endpoint contexts
create Create new resources
delete Delete a resource
get Display resources and export comments to the local filesystem
help Prints this message or the help of the given subcommand(s)
update Update existing resources
トラブルシューティング
Communications Mining CLI に関する問題のトラブルシューティングを行うには、次が役立つ場合があります
- 最新バージョンの
reがインストールされていることを確認します。re --versionまたはre -Vを実行して、インストールされているバージョンを取得します。 --verboseフラグはデバッグメッセージを出力するため、問題を絞り込むことができます。- 接続の問題は、プロキシ設定が適切に構成されていないことが原因である可能性があります。詳しくは、「プロキシを使用して要求のプロキシを設定する」をご覧ください。
- Communications Mining CLI の構成ディレクトリはシステム固有です。たとえば、 Linux または macOS では
~/.config/reinfer、Windows では%AppData%/reinfer。安全に削除でき、CLI によって再入力されますが、すべての設定(ユーザ セッションを含む)は失われます。
改善のためにできると思われる点がある場合や、バグや予期しない動作が発生した場合は、 サポートにお問い合わせください。