Clear filter
Question
Ditmar Tybussek · Jun 23, 2024
; <VECTOR>,"anything 1")
^User.myclassD(2)=$lb("",{"type":"integer", "count":5, "length":5, "vector":[1,3,5,7,9]} ; <VECTOR>,"anything 2")
Article
Robert Cemper · Mar 21, 2024
I just realized that $vector() is a left+right function similar to $li()
set $vector(target,...) = .... to set
set vec = $vector(...)
Discussion
Alex Woodhead · Apr 10, 2025
Background
Embeddings is a new IRIS feature empowering the latest capability in AI semantic search.This presents as a new kind of column on a table that holds vector data.The embedding
Article
Ray Wright · Jul 22, 2025
matching this data may also be written to the vector data store.
Article
Robert Cemper · May 4, 2024
="Vector-wise Arithmetic Operations * "v+" * "v-" * "v/" * "v*" * "v**" * "v#"Vector Concatenation * "v_"Vector Grouping * "countg" * "maxg" * "ming" * "sumg"Vector Merge * "vset"
Article
Piyush Adhikari · Dec 24, 2025
**Steps for a Basic Implementation**:
- Create a table with a column of type `VECTOR` e.g., `VECTOR(FLOAT, 384)` for embeddings [1][3].
Article
Robert Cemper · Apr 26, 2024
%OpenId(13)
USER>write obj.VBASE
8EB052EF186E024A8AAC58ED708EB114@$vector
USER>zwrite obj.VBASE
{"type":"integer", "count":2, "length":2, "vector":[4812,-1622]} ; <VECTOR&
Article
Muhammad Waseem · May 13, 2024
VECTOR-typed Data Insertion.
View Vector Data
Perform Vector Search by using VECTOR_DOT_PRODUCT and VECTOR_COSINE functions.
Article
Robert Cemper · Oct 9, 2024
and met vectors with 256, 384, and over 1200 dimensions - I felt lost.However my example Vector-inside-IRIS - a simplification of iris-vector-search - worked fine.
Article
Dmitry Maslennikov · Sep 18, 2023
Vector databases are kind of a part of it, and already many different realizations for the support in the world outside of IRIS.
Why Vector?
Article
Muhammad Waseem · Aug 12, 2024
Vectors and Embeddings
Storing Vector Data
Viewing Vector Data
Performing Vector Search
1. What is Vector Search?
Article
Robert Cemper · Apr 26, 2024
Geographic use of vector search
The basic idea is to use Vectors in the mathematical sense.I used geographic coordinates.
Article
Seisuke Nakahashi · Aug 16, 2024
You can see the source code from OpenExchange "First-Vector-Search-on-IRIS".
---
(1) This class includes two properties
"feedback" as %String
"feedbackv" as %Vector (vector value
Announcement
Anastasia Dyubaylo · Jul 4, 2025
Hi Community,
Enjoy the new video on InterSystems Developers YouTube from our Tech Video Challenge:
⏯ Genes in DNA Sequences as vector representation using IRIS vector database