0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

【Dify】質問分類器を試してみる

Posted at

はじめに

AIマルチエージェントシステムの構築練習として、今回はDifyの質問分類器を試してみたいと思います。

環境

  • 使用PC
    ノートPC(Surface Go3 Laptop)
    Windows11

  • 使用ツール
    Docker
    Ollama
    phi-3 mini(ローカル)
    Dify(ローカル)

システムの構築

システムとしては、質問が本に関する質問か映画に関する質問かを分類する質問分類器を使って分岐を設けました。分岐先はオススメの本を紹介するLLMとオススメの映画を紹介するLLMになっています。
最終的な回答としてはオススメの本もしくは映画を紹介してくれるというシステムです。
なお、今回はphi3miniを使う都合上、プロンプトに英語を使用します。

BookMovie.jpg

質問分類器

以下のように質問分類器を設定しました。

クラス1: about book title question
クラス2: about movie title question
クラス3: other

オススメ本紹介AI

システムプロンプト

You have to recomend the book title based on input.

インプット:開始/text

オススメ映画紹介AI

システムプロンプト

You have to recomend the movie title based on input.

インプット:開始/text

結果

構築したシステムを使ってみましょう。

入力

A novel featuring a very clever detective
(訳:頭脳明晰な探偵が登場する小説。)

質問分類器

about book title question(クラス2に分類)

出力

"The Adventures of Sherlock Holmes," written by Sir Arthur Conan Doyle,
is an excellent recommendation for a novel that features a highly 
intelligent and cunning detective who uses his extraordinary observational
skills to solve complex mysteries. In this classic series of stories, 
the character of Sherlock Holmes has captivated readers around the world 
with his sharp wit, deductive reasoning abilities, and unparalleled 
attention to detail. Through a variety of intriguing cases involving murder, 
thefts, frauds, and other crimes, Doyle brings this brilliant detective' 
extrordinary character to life in an engagingly readable style that has 
ensured his enduring popularity amongst readers over more than 
125 years since it was first published. The stories are filled with 
suspenseful plot twists, clever clues and astounding deductions which 
all contribute towards making Holmes the most famous detective of literature 
a perfect novel recommendation for someone looking to enjoy
an exciting tale featuring a very clever investigator!
(訳:アーサー・コナン・ドイル卿が書いた「シャーロック・ホームズの冒険」は、
並外れた観察力で複雑な謎を解く、非常に聡明で抜け目のない探偵を描いた小説として、
お勧めです。この古典的な物語シリーズでは、シャーロック・ホームズのキャラクターが、
鋭い機知、推理力、そして比類のない細部へのこだわりで世界中の読者を魅了してきました。
殺人、窃盗、詐欺、その他の犯罪を含むさまざまな興味深い事件を通して、
ドイルはこの優れた探偵の並外れたキャラクターを、魅力的で読みやすいスタイルで
生き生きと描き出しています。このスタイルは、初版以来 125 年以上にわたって読者の間で
不朽の人気を保っています。物語には、ホームズを文学史上最も有名な探偵にするのに寄与する、
サスペンスに満ちたどんでん返し、巧妙な手がかり、そして驚くべき推理が満載です。
これは、非常に賢い探偵を描いたエキサイティングな物語を楽しみたい方に最適な小説です。)

まとめ

 とりあえず質問分類器で質問が分類できることを確認できました。

0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?