Search

Clear filter
Announcement
Elena E · Feb 20, 2023

Open Discussion about InterSystems Open Exchange

will present our ideas and the vector of development. Then, we will ask for your feedback and encourage everyone to participate in the discussion. Agenda: 5 min - A short
Article
Ikram Shah · Jul 4, 2023

Using AI to Simplify Clinical Documents Storage, Retrieval and Search

and use vector embeddings to query across Generative AI APIs. With more dedicated effort, organizations are indexing their existing documents and building fine-tuned versions of GPT
Article
Iryna Mykhailova · Aug 2, 2022

Data models in InterSystems IRIS

</ColumnarGlobal> <Structure>vector</Structure> </Data> <Data name="_CDM_country"> <Attribute>country</Attribute> <ColumnarGlobal>
Announcement
Anastasia Dyubaylo · Apr 2

InterSystems Developer Ecosystem News, Q1 2025

; Cloud Health: FHIR Server 📺 Webinar in Hebrew: GenAI + RAG - Leveraging InterSystems IRIS as your Vector DB 📺 Configuring a Web Server for use with InterSystems IRIS
Announcement
Benjamin De Boe · Jun 14, 2021

InterSystems IRIS, InterSystems IRIS for Health & HealthShare Health Connect 2021.1 are now Generally Available

(R^{2})\,\!} (in Big O notation). (~R∊R∘.×R)/R←1↓ιR Executed from right to left, this means: Iota ι creates a vector containing integers from 1 to R (if R= 6 at the start
Article
David Crawford · Jul 31, 2019

Anti CSRF Methods

to be combined with other attack vector prevention methods, like disabling CORS, mitigating http pollution, etc. By proactive, I mean that it is possible in the future
Question
Sinon Galvin · Jan 4, 2021

Class Queries via PYODBC or Python Native

available" lines Aleksandar: Is it possible to return / read a resultset with the native API? All I've seen are simple vectors for return values. No, that functionality will be provided via DB-API
Article
Elliott Grey · Mar 7, 2023

Reference for the JSON Web Classes

Header 2. Encrypted Key 3. Initialization Vector (IV) 4. Payload/Ciphertext 5. Authentication Tag ### Protected Header The protected header is the first part of a JWE
Article
Sergey Kamenev · Jul 7, 2017

Globals - Magic swords for storing data. Sparse arrays. Part 3

, there will be over 95% of empty space. Of course, no one stores maps as bitmap arrays, everybody uses vector representation instead.But what are vector maps? It's some kind
Article
Sergey Lukyanchikov · Jul 22, 2021

AI Robotization with InterSystems IRIS Data Platform

reasons, the training sample contained more records than usually). Another example: the labeling team has added a batch of new press in the process, a vectorization model has been
Article
Luis Angel Pérez Ramos · May 8, 2023

Facial recognition with Embedded Python and IRIS

(compute_embedding) using the model defined by keras present in the facenet_keras_weights.h5 file, the embedding will not be more than a vector of eigenvalues of every face found in the known
Article
Istvan Hahn · Sep 23, 2016

Creating a RESTful Service using Ensemble

" Method="GET" Call="InvokeEnsembleService"/> </Routes> } /// Please note that the positional parameters are passed by the argv argument vector. ClassMethod
Article
Eduard Lebedyuk · Sep 13, 2016

User authentication using Arduino with RFID

and the Arduino.Delegated class must be available there): Do ##class(Arduino.Delegated).InitEncryption(Key, IV) Where Key — encryption key, IV — initialization vector. They will be used
Article
Zhong Li · Jul 18, 2020

Save Pandas DataFrame into IRIS - a quick note

option. It is better look for a List Comprehensions , vectorized solution or DataFrame.apply() method. Pandas DataFrame loop using list comprehension example result = [(x, y,z
Article
Istvan Hahn · Sep 21, 2016

REST in Pieces

(argv…) which means positional passing again. As you know the positional argument passing gives you a single argument vector instead of multiple parameters. It requires special