Search

Clear filter

#Vector Search

119 Posts2 Followers
Question
Ditmar Tybussek · Jun 23, 2024

How to convert an embeddings vector to be saved as %Vector

; <VECTOR>,"anything 1") ^User.myclassD(2)=$lb("",{"type":"integer", "count":5, "length":5, "vector":[1,3,5,7,9]} ; <VECTOR>,"anything 2")
Discussion
Alex Woodhead · Apr 10, 2025

Vector Embeddings Feedback

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

Vector Search Performance

matching this data may also be written to the vector data store.
Article
Robert Cemper · May 4, 2024

Using VECTORs in ObjectScript

="Vector-wise Arithmetic Operations * "v+" * "v-" * "v/" * "v*" * "v**" * "v#"Vector Concatenation * "v_"Vector Grouping * "countg" * "maxg" * "ming" * "sumg"Vector Merge * "vset"
Article
Muhammad Waseem · May 13, 2024

Vector Search : Application to demonstrate Vector Search and Generative AI capabilities

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

My personal approach to Vectors

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

Vectors support, well almost

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

An Overview of Vector Search functionality

Vectors and Embeddings Storing Vector Data Viewing Vector Data Performing Vector Search 1. What is Vector Search?
Article
Seisuke Nakahashi · Aug 16, 2024

First "vector search" on IRIS

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
Article
Piyush Adhikari · Dec 24, 2025

Using IRIS as a vector database

**Steps for a Basic Implementation**: - Create a table with a column of type `VECTOR` e.g., `VECTOR(FLOAT, 384)` for embeddings [1][3].
Announcement
Anastasia Dyubaylo · Jul 4, 2025

[Video] Genes in DNA Sequences as vector representation using IRIS vector database

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
Article
Robert Cemper · Jun 1, 2024

Searching the limits of new datatype VECTOR

I wish you much success working with VECTORs.
Announcement
Anastasia Dyubaylo · Jan 15, 2025

[Video] First Vector Search on IRIS

points in vector space.
Article
Luis Angel Pérez Ramos · Mar 27, 2024

Boosting facial recognition with Vector Search

With the recovered vector we will insert it into our database in vector format.