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?

DatabricksでClaude Sonnet 4.5を動かしてみる

Posted at

昨日の発表から一夜明けてAWS東京リージョンで使えるようになっていました。

Screenshot 2025-10-01 at 7.39.44.png

早速試しましす。AI Playgroundから。
Screenshot 2025-10-01 at 7.40.56.png
Screenshot 2025-10-01 at 7.42.10.png

問題なく動いています。ただし、ツール対応はまだでした。
Screenshot 2025-10-01 at 7.49.54.png

次はAI関数

SELECT ai_query(
  "databricks-claude-sonnet-4",
  "本文から製品名、特徴技術の用語を抽出してください"
  || "\n\n本文:\n" 
  || qiita_articles.body
) AS contract_analysis
FROM takaakiyayoi_catalog.vector_search.qiita_articles LIMIT 10;

こちらも大丈夫でした。
Screenshot 2025-10-01 at 7.48.55.png

ご活用ください!

はじめてのDatabricks

はじめてのDatabricks

Databricks無料トライアル

Databricks無料トライアル

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?