Unstructured Foundationの機能、コマンド、質問例などを説明します。 次のような場合に使用: - ユーザーがFoundationでできることを知りたい - どんなコマンドが存在するのかを確認したい - 具体的な質問例を見たい
Explain what Unstructured Foundation can do, including commands and example asks. Use when the user asks what Foundation can do, what commands exist, or for example queries.
クイックスタート
最速の始め方は /foundation:start です。ここでデータ源を選んで、ドキュメントをすぐに処理・準備できるようになります。その後、エージェントが使用できるようになります。
/foundation:start:ここから始めましょう。準備状況を確認して、次のステップを選べます。/foundation:connect:新しいデータ源を接続します。/foundation:search:Foundation に何を探したいか伝えます。/foundation:manage:ダッシュボードを開いて、接続済みのデータ源を表示・一時停止・再開・削除できます。/foundation:help:コマンドと使用例を表示します。データ源の削除について
データ源を削除するには /foundation:manage でダッシュボードを開きます。削除されたデータ源に関連するすべてのデータも一緒に削除され、Unstructured Foundation では検索できなくなります。
構造化されていないドキュメントを一元管理
Unstructured Foundation は、様々なデータ源から集めた構造化されていないドキュメント(PDF、スキャン画像など)を、一つの検索・分析可能な場所に統合します。一度データ源を接続すれば、Foundation が自動的にファイルを取り込み・解析・索引化し、エージェントが統一されたコーパス(文書集合)として検索・閲覧できるようになります。
多くのデータ源に対応
Foundation は多くのデータ源をサポートしています。利用可能なデータ源を確認するには、/foundation:connect を実行して新しいデータ源の接続を始めてください。これまでバラバラだったシステムの内容が、一箇所からアクセスできるようになります。
常に最新の状態を保つ
接続済みのデータ源は定期的に更新されます。元のシステムでドキュメントが追加・変更されると、Foundation の内容も新しくなり、検索結果も最新の情報を反映します。
複雑なファイル形式にも対応
内部では Unstructured の高度なドキュメント変換技術により、現実のファイルが持つ複雑さが自動処理されます。スキャン画像や写真のテキスト読み取り(OCR)、画像認識、表の理解など、通常は PDF やスキャンに「閉じ込められている」内容を、きれいで構造化されたテキストとして取り出します。
メタデータで賢く検索
Foundation は単なるテキスト索引ではなく、要約・トピック・固有表現(人名や組織名など)といった推定メタデータで各ドキュメントを充実させます。これによってエージェントは大量のドキュメントを効率的に扱えます。トピックや固有表現でフィルタリング・グループ化したり、要約を使ってトリアージ(優先順位付け)してから全文を読んだり、個々のファイルを開かずに大規模で多様なコレクションを操作できます。
キーワード検索以上のことができる
ドキュメントは単なる不透明なデータではなく、構造化された検索可能な内容として解析されます。キーワード検索に留まらず、すべてを広く検索できます。検索範囲を特定のデータ源やファイル形式、時間範囲に限定したり、今何が検索可能か確認したり、変更内容を追跡したり、エージェントに検索結果をまたいで要約・比較・分析させることが可能です。
Give concise, public-facing help. Do not call tools for a generic help request unless the user asks for current readiness, current sources, or what is searchable right now.
Open with a short quickstart paragraph: the fastest way to begin is /foundation:start, where you select a source and immediately begin processing your documents, making them ready for use by your agent.
Cover only these commands:
/foundation:start: Start here — check readiness and choose the best next step./foundation:connect: Connect a new data source./foundation:search: Tell Foundation what you want to find./foundation:manage: Open the dashboard to view, pause, resume, or remove connected sources./foundation:help: Show commands and example asks.Note on removing sources: to remove a data source, use /foundation:manage, which opens the dashboard. When a source is deleted, all data associated with that source is deleted too, so it will no longer be retrievable through Unstructured Foundation.
Include a capability overview:
/foundation:connect to begin connecting a new source. Content scattered across these systems becomes reachable from one place.Example asks:
If the user asks for current readiness or what is searchable, call pipeline_processing_status. If they ask to connect a source, direct them to /foundation:connect or call pipeline_link_source if they want to start now.
Use asset_query to find documents. Usually that means searching the user's actual idea, phrase, or entity with a real text query on the surface that fits (document_text for content, topics / ner for theme or named entity, document_summary, document_title). Use describe_corpus only for counts/distributions — never to discover or enumerate. Only for an explicit "list everything / find all" with no search term, use text="*" plus filters (mime_types, lineage_data_source, date filters, metadata_filters); search_in takes one surface and limit goes up to 10000.
原文・著作権は Anthropic および各プラグイン作者に帰属します。日本語訳は Claude API による自動翻訳です。