1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

Vertex AI Search(旧称Gen App Builder )を使ってみる

Posted at

概要

Vertex AI SearchがGAになったので試してみる

pdfを検索してみる

  1. 初回は以下のような画面が出るので使う場合は利用規約に同意し、CONTINUE AND ACTIVATE THE APIをクリックする(コンソール上は旧称のGen App Builderのまま)
    image.png

2.アプリの作成で種類を選ぶ
 今回はEnterpriseSearchを試したいので検索を選択

image.png

3.構成でアプリ名とロケーションを決める
 アプリ名は自由に設定可能だが、IDは一意のものにする必要がある(EDITも可能)。Google Cloudプロジェクトと同じ仕様。
image.png
 ロケーションは現状3つ。今回は特にこだわりはないのでGlobalを選択。
image.png

4.データストアの作成
 ソースは下図から選択可能。
image.png
今回はこちらのドキュメントに記載のあった gs://cloud-samples-data/gen-app-builder/search/alphabet-investor-pdfs (非構造化データサンプル)を利用する。
image.png

 データストアもアプリ同様にIDは一意のものとなる。
image.png

 作成するとインポート処理が行われる。ステータスは下図のアクティビティタブから確認可能。
image.png

 インポートが完了すると下図のようになる。今回は5分ほどかかった。
image.png

5.検索してみる
プレビューの画面から検索することができる
image.png

「google」で検索した例。pdfの内容から検索できている。
 検索も2秒程度でありそこまで遅くはないイメージ。
image.png

webアプリにする

統合画面からウィジェットを選択し、許可するドメイン(今回はローカルで試すためlocalhost)を入力
image.png

コピーしたコードをhtmlに記載すると利用できる
image.gif

APIを利用することもできます
image.png

日本語を試す

公式には日本語対応はされていないが、Duet AI in Google Cloudもそれなりに日本語を使うことができているので試してみる

1.検索に日本語(対象は英語pdf)
 一応使うことはできそう。
image.png

2.対象も日本語にしてみる
 以下のpdfをGCSに入れてみる(pdfの内容自体は本記事とは関係ないです)

GCSに配置
image.png

問題なくインポートできた
image.png

検索もうまくできていそう
image.png

おわりに

Vertex AI Searchを試してみました。
簡単にEnterpriseSearchが実装できそうなので今後活用機会が増えていきそうです。

1
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?