Search

Clear filter
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
Announcement
Sergio Farago · May 8

The 3rd edition of the InterSystems Technical Article Contest in Spanish

will receive 2 extra points. Use of AI/ML/GenAI How to take advantage of the possibilities of Vector Search Taking advantage of the column storage
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
Henry Pereira · May 18

Imagine the Future of Medical Triage: MediCoPilot

by Dmitry Maslennikov. This powerful combination allows us to perform Vector Search within InterSystems IRIS, a high-performance database platform. Based on the research we
Article
Benjamin De Boe · Jun 6

Connecting to Cloud SQL from Microsoft Power BI using ODBC and TLS/SSL

We're excited to continue to roll out new features to InterSystems IRIS Cloud SQL, such as the new Vector Search capability that was first released with InterSystems IRIS 2024.1
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
israel khanokh · Oct 5, 2023

OAuth 1.0 Authorization sign process

*" variables delimited with '&' ($char(38)) and the result must be encoded (uri). //params string build //sorted array (required !), as vectores are dictionary sorted for strings
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
José Pereira · Aug 2

Text to IRIS SQL with LangChain

An experiment on how to use the LangChain framework, IRIS Vector Search, and LLMs to generate IRIS-compatible SQL from user prompts. This article was based in [this notebook
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
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
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
Question
Menno Voerman · Nov 4, 2022

Difference of $SYSTEM.Encryption.AESCBCEncrypt with C# implementation

, there is one thing in your code, I do not understand. If the initial vector (IV) is used, then it should be used (for enryption and decryption) the same IV on both sides, but you create