Search

Clear filter
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
Question
Ashok Kumar T · May 7

Actual Use Cases for %Stream.DynamicBinary and %Stream.DynamicCharacter

longer to load the tmpStream object than it took to create the original sdc object. A %DA/%DO object internally contains a data structure called a Packed Vector Array (PVA
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
Announcement
Sergio Farago · May 13

Fourth Spanish Technical Article Contest – Prizes for Everyone

deployments✔️ Adapting existing C#, Java, and Python code to IRIS and IRIS interoperability via external language gateways✔️ GenAI, Vector Search, RAG✔
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
Announcement
Celeste Canzano · May 12

Do you have the InterSystems IRIS SQL Specialist certification? Beta testers needed for our upcoming InterSystems IRIS SQL Professional certification exam

query plans Identifies the use of indices in a query plan Identifies vectorized (columnar) query plans Uses hints to troubleshoot query planning Identifies opportunities
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