Search

Clear filter
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

and constants in a query Distinguishes between transaction and isolation levels 2.2 Interprets query plans Identifies the use of indices in a query plan Identifies vectorized
Article
Robert Cemper · Dec 9, 2024

Reviews on Open Exchange - #Rollup

experience 6.0 y 33 iris-python-interoperability-template 6* template 6.0 y 34 iris-r-gateway-template an excellent 6* template 6.0 y 35 iris-vector
Article
Istvan Hahn · Sep 23, 2016

Creating a RESTful Service using Ensemble

;Route Url="/:service/:p1/:p2" Method="GET" Call="InvokeEnsembleService"/> </Routes> } /// Please note that the positional parameters are passed by the argv argument vector
Article
Eduard Lebedyuk · Sep 13, 2016

User authentication using Arduino with RFID

in %SYS namespace and the Arduino.Delegated class must be available there): Do ##class(Arduino.Delegated).InitEncryption(Key, IV) Where Key — encryption key, IV — initialization vector
Article
Benjamin De Boe · Jun 6, 2024

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
José Pereira · Aug 2, 2024

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.
Question
Menno Voerman · Nov 4, 2022

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

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 an IV on Cache side (with the populate utils) and
Article
Alex Woodhead · Jan 26, 2024

PrivateGPT exploring the Documentation

on default model privateGTP> python3 -m private_gpt # navigate safari browser to http://localhost:8001/ # To bulk import documentation needed to stop the web interface as vector
Article
Istvan Hahn · Sep 21, 2016

REST in Pieces

As you know the positional argument passing gives you a single argument vector instead of multiple parameters.
Article
Zhong Li · Jul 18, 2020

Save Pandas DataFrame into IRIS - a quick note

It is better look for a List Comprehensions , vectorized solution or DataFrame.apply() method.
Article
Yuri Marx · Nov 27, 2024

Using IRIS and Presto for high-performance and scalable SQL queries

Vectorized columnar processing.
Article
Luis Angel Pérez Ramos · Jul 9

InterSystems Data Studio at your service!

One of the advantages of IDFS is that, since it is built on InterSystems IRIS, it leverages its vector search capabilities, which allow semantic searches across the data catalog, allowing
Article
Andreas Dieckow · Dec 15, 2022

Discontinue Apache web server installations (aka Private Web Server (PWS))

While I agree that embedding of a yet another web-server into installation of some enterprise software is really a very, very bad idea, increasing a vector of attack, and in the scenario
Article
Yuri Marx · Mar 30, 2022

3DES support

The keystream is obtained by recursively encrypting the Initialization Vector. CTR: CounTer Mode (CTR) This mode turns the block cipher into a stream cipher.
Question
Uri Shmueli · Nov 3, 2016

Simple Arithmetics

Some, simple examples are: (1) When adding a vector of floating point numbers, it is wise to sort the numbers by their absolute value, then and add the small numbers to the accumulator