Search

Clear filter

#Vector Search

115 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")
Article
Robert Cemper · Mar 21, 2024

VECTOR inside IRIS

I just realized that $vector() is a left+right function similar to $li() set $vector(target,...) = .... to set set vec = $vector(...)
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"
Discussion
Alex Woodhead · Apr 10

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

Vector Search Performance

matching this data may also be written to the vector data store.
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
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
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
Robert Cemper · Apr 26, 2024

Geo Vector Search #1

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

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
Robert Cemper · Apr 26, 2024

Geo Vector Search #2

%OpenId(13) USER>write obj.VBASE 8EB052EF186E024A8AAC58ED708EB114@$vector USER>zwrite obj.VBASE {"type":"integer", "count":2, "length":2, "vector":[4812,-1622]} ; <VECTOR&
Announcement
Anastasia Dyubaylo · Jul 4

[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.