SemanticSearchIndex

この機能には次が必要です:外部アカウント »

SemanticSearchIndex[]

意味検索索引オブジェクトを表す.

詳細とオプション

  • SemanticSearchIndexは,意味的類似度で検索可能なドキュメントのコーパスを表す.
  • 索引は,通常,CreateSemanticSearchIndexによって作られる.
  • 索引の特性にはSemanticSearchIndex[]["prop"]でアクセスできる.
  • 次は,サポートされる特性である.
  • "Database"索引をサポートするベクトルデータ
    "DocumentCount"索引に保存されたドキュメントの数
    "Embeddings"事項のベクトル埋込み
    "FeatureExtractor"どのようにしてテキストから特徴を抽出するか
    "ID"索引ID
    "ItemCount"索引に保存された項目数
    "Items"保存された項目
    "Label"項目ラベル
    "Location"データベースの格納場所
    "TagKeys"タグの連想のキー
    "Tags"各事項に関連付けられたタグ
    "Tokenizer"テキストをどのようにしてトークンに分割するか
    {prop1,}特性のリスト
  • 次は,使用可能なオプションである.
  • OverwriteTargetAutomatic既存の場所を上書きするかどうか
    GeneratedAssetLocation $GeneratedAssetLocationデータベースをどこに保存するか

例題

すべて開くすべて閉じる

  (2)

意味検索索引を作成する:

使用可能な索引特性をチェックする:

一片のテキストに基づいて意味検索索引を作成する:

意味検索操作を実行する:

スコープ  (4)

索引の特性リストを抽出する:

索引の特性を抽出する:

複数の特性を抽出する:

索引を使って検索操作を行う:

SemanticSearchIndexをファイルに保存する:

ファイルから索引を作り直す:

オプション  (1)

GeneratedAssetLocation  (1)

SemanticSearchIndexを作成する:

索引を新たな場所にコピーする:

もとのデータベースを削除する:

Wolfram Research (2024), SemanticSearchIndex, Wolfram言語関数, https://reference.wolfram.com/language/ref/SemanticSearchIndex.html.

テキスト

Wolfram Research (2024), SemanticSearchIndex, Wolfram言語関数, https://reference.wolfram.com/language/ref/SemanticSearchIndex.html.

CMS

Wolfram Language. 2024. "SemanticSearchIndex." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/SemanticSearchIndex.html.

APA

Wolfram Language. (2024). SemanticSearchIndex. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/SemanticSearchIndex.html

BibTeX

@misc{reference.wolfram_2024_semanticsearchindex, author="Wolfram Research", title="{SemanticSearchIndex}", year="2024", howpublished="\url{https://reference.wolfram.com/language/ref/SemanticSearchIndex.html}", note=[Accessed: 04-November-2024 ]}

BibLaTeX

@online{reference.wolfram_2024_semanticsearchindex, organization={Wolfram Research}, title={SemanticSearchIndex}, year={2024}, url={https://reference.wolfram.com/language/ref/SemanticSearchIndex.html}, note=[Accessed: 04-November-2024 ]}