新しい投稿

Pesquisar

お知らせ
· 2024年5月16日

Technological Bonuses Results for Vector Search, GenAI and ML Contest

Hi Developers!

We are happy to present the bonuses page for the applications submitted to the Vector Search Programming Contest!

Project

Vector Search

IntegratedML

Embedded Python

LLM AI or LangChain

Suggest a new idea

Find a bug in Vector Search, IntegratedML or Embedded Python

Docker

IPM

Online Demo

Community Idea Implementation

First Article on DC

Second Article on DC

First Time Contribution

Video on YouTube

Total Bonus

Nominal 5 3 3 3 1 2 2 2 2 4 2 1 3 3 38
geo-vector-search 5       1   2 2 2   2 1   3 18
Hackupc24_inter 5     3                 3   11
AriticleSimilarity 5   3 3 1   2 2 2   2       20
iris-image-vector-search 5   3       2 2 2   2 1     17
ImageSearchVideo 5   3       2 2         3   15
HackUPC24_Klìnic 5     3     2   2       3   15
iris-ai-studio 5     3 1   2   2   2 1   3 19
companies-search 5   3 3 1   2 2     2 1 3 3 25
iris-medicopilot 5   3 3     2 2     2 1   3 21
AutoML Churn Predict Showroom   3         2 2             7
BG-AppealAI 5   3 3     2 2 2   2     3 22
DNA-similarity-and-classify 5   3   1   2 2     2 1   3 19
WALL-M 5     3 1               3 3 15
iris-VectorLab 5   3     2 2 2     2 1     17
iris-health-coach 5   3 3     2 2     2 1   3 21

Please apply with your comments for new implementations and corrections to be made here in the comments or in Discord.

31 Comments
ディスカッション (31)5
続けるにはログインするか新規登録を行ってください
お知らせ
· 2024年5月16日

[Video] IRIS AI Studio Walkthrough: Unleash the Power of Vector Embeddings in IRIS DB

Hi Community,

Here is a brief walkthrough on the capabilities of IRIS AI Studio platform. It covers one complete flow from loading data into IRIS DB as vector embeddings and retrieving information through 4 different channels (search, chat, recommender and similarity). In the latest release, added docker support for local installation and live version to explore. 

ディスカッション (0)0
続けるにはログインするか新規登録を行ってください
質問
· 2024年5月16日

Implementing a counter for OBX

Hi Team,

I am trying to use the inbuilt class: EnsLib.HL7.Service.FileService to pass through an HL7 ADT message as a part of an HL7 to FHIR transformation. We have a client requirement, where we are receiving an NTE segment as a part of the ADT message. I am trying to map the NTE segment to an OBX Segment. I need to implement a counter for OBX segment whenever a NTE segment is found and map the NTE fields to the new OBX segment

How do I implement the counter for OBX?

Thanks

Santosh 

1 Comment
ディスカッション (1)1
続けるにはログインするか新規登録を行ってください
記事
· 2024年5月16日 1m read

How to run SQL in terminal

InterSystems FAQ rubric

Too run SQL in Terminal use $system.SQL.Shell().

Please refer to the sample below.

SAMPLES>do $System.SQL.Shell()
SQL Command Line Shell
---------------------------------------------------- The command prefix is currently set to: <>.
Enter q to quit, ? for help.
SAMPLES>>select * from Sample.Vendor
1. select * from Sample.Vendor Vendor Balance Contact DaysClear DiscDays DiscRate LastInvDate LastPayDate MinPayment Name NetDays PayFlag TaxReportingAddress_City Address_State Address_Street Address_Zip
: *If you press Enter without entering anything on the first line, it will switch to multi-line input mode.
USER>d $SYSTEM.SQL.Shell()
SQL Command Line Shell
----------------------------------------------------
Enter q to quit, ? for help.
USER>> << entering multiline statement mode, 'GO' to execute >>
1>>set transaction isolation level read committed
2>>go

For details, please refer to the document below.

How to use SQLShell [IRIS]
How to use SQLShell

1 Comment
ディスカッション (1)2
続けるにはログインするか新規登録を行ってください
ディスカッション (3)3
続けるにはログインするか新規登録を行ってください