Encontrar

Anuncio
· 26 jun, 2024

Upgrade your skills with VS Code training

Migrate to VS Code this summer with our comprehensive Basics and Advanced Features training courses.

George James Software is offering migration strategies and training to support the adoption of VS Code with InterSystems IRIS, IRIS for Health, HealthShare, and Caché. We're in the unique position of having deep knowledge and understanding of both InterSystems platforms and VS Code, through our regular contributions to VS Code itself.
 

Studio to VS Code Migration - The Basics (2.5 hours)
An interactive training webinar for those who currently use Studio and wish to migrate to VS Code. Suitable for those who have little or no experience with VS Code and want hands-on help in getting set up and explaining the basics of how to make the transition.
Upcoming dates: Wed, July 17th + Wed, Sept 18th
Price: $450 / £450 / €450 per person
Find out more >


VS Code for ObjectScript - Advanced Features (2.5 hours)
Tailored for ObjectScript developers, in this interactive training webinar you'll learn how to take your server-side VS Code setup to the next level.
Upcoming dates: Wed, Jul 24th + Wed, Sept 25th
Price: $450 / £450 / €450 per person
Find out more > 

More than 4 people from your organization planning to attend? Our bespoke training or full-service migration may be more appropriate.


To book your place on one of our webinars please email us at info@georgejames.com, or send me a direct message, with the date you would like to book and how many people will be attending. For our bespoke training sessions email us with an overview of your setup and if there is anything specific you would like us to focus on.

Comentarios (0)2
Inicie sesión o regístrese para continuar
Anuncio
· 26 jun, 2024

Prepare for InterSystems IRIS SQL Specialist certification

Are you signed up to take the new InterSystems IRIS SQL Specialist certification exam? Get ready with these in-person and self-paced learning resources!

Find even more resources to prepare—and information about signing up for the exam—in this Developer Community post.

Comentarios (0)1
Inicie sesión o regístrese para continuar
Comentarios (1)1
Inicie sesión o regístrese para continuar
Comentarios (9)4
Inicie sesión o regístrese para continuar
Artículo
· 26 jun, 2024 Lectura de 8 min

ベクトル化の(ほぼ)サポート

近頃、LLM や AI などに関する話題で非常ににぎわっています。 ベクトルデータベースもそれなりに関わっており、IRIS 以外では、世界中で多様なサポートがすでに実現されています。

なぜベクトルなのでしょうか?

  • 類似検索: ベクトルでは、データベース内で最も類似する項目やドキュメントを検索するなど、効率的な類似検索が可能です。 従来のリレーショナルデータベースは完全一致検索向けに設計されているため、画像やテキストの類似検索といったタスクには向いていません。
  • 柔軟性: ベクトル表現には汎用性があり、テキスト(Word2Vec、BERT などの埋め込み経由)や画像(ディープラーニングモデル経由)などの様々なデータタイプから導き出すことができます。
  • クロスモーダル検索: ベクトルでは、様々なデータモダリティでの検索が可能です。 たとえば、画像のベクトル表現を基に、マルチモーダルデータベースで類似する画像や関連するテキストを検索できます。

理由は他にも多数あります。

そこで、この Python コンテストでは、このサポートを実装してみることにしました。 残念ながら時間内に完成させることはできませんでしたが、その理由を以下で説明します。

Comentarios (0)1
Inicie sesión o regístrese para continuar