Learning
Documentation
Community
Open Exchange
Global Masters
Certification
Partner Directory
Ideas Portal
Developer Community
Posts
InterSystems Official
Articles
Questions
Announcements
Discussions
Tags
Events
Tech Article Contest
Programming Contest
InterSystems Ideas Contest
Event Calendar
Products
InterSystems IRIS
InterSystems IRIS for Health
HealthShare
TrakCare
Caché
Ensemble
InterSystems Analytics (DeepSee)
InterSystems Text Analytics (iKnow)
Jobs
Job Opportunity
Job Wanted
Members
About
About Us
FAQ
Feedback
Report an Issue
Share an Idea
Code of Conduct
Contact Us
EN
New post
Language
EN
|
ES
PT
JP
CN
FR
EN
New post
Search
All
Top posts
Latest posts
Tags
Type of post
Announcement
Article
Question
Discussion
Search by user posts
Tags
Caché
Developer Community Official
Documentation
Ensemble
Global Masters
Global Summit
Health Connect
HealthShare
Internal Tech Article Contest
InterSystems Ideas Portal
InterSystems IRIS
InterSystems IRIS BI (DeepSee)
InterSystems IRIS for Health
InterSystems Natural Language Processing (NLP, iKnow)
InterSystems Official
InterSystems Reports (Logi)
IRIS contest
Job Opportunity
Job Wanted
Learning Portal
Open Exchange
Other
Partner Directory
Supply Chain Orchestrator
TrakCare
.NET
Access control
Adaptive Analytics
Alerts
Analytics
Analyzer
Angular
Angular2
API
Apple macOS
Application Server
Artificial Intelligence (AI)
Authentication
AWS
Azure
Backup
Beginner
Best Practices
Big Data
Business Operation
Business Process (BPL)
Business Rules
Business Service
C++
Callout
CaretDev
CCR
Certification
Change Management
ChatGPT
Cloud
Code Golf
Code Snippet
Coding Guidelines
Columnar Storage
Compatibility
Compiler
Containerization
Contest
Continuous Delivery
Continuous Integration
Convergent Analytics
CSP
CSS
CSV
Cubes
Dashboards
Databases
Database Transaction Processing
Data Import and Export
Data Model
DC Feedback
Debugging
Deployment
Developer Community FAQ
Development Environment
DevOps
Digest
Distributed Data Management
Docker
Document Data Model (NoSQL)
DTL
Early Access Program (EAP)
Eclipse
ECP
Embedded Git
Embedded Python
Encryption
Enterprise Message Bank
Error Handling
Events
Failover
FHIR
Field Tests
Framework
Frontend
FTP
Generative AI (GenAI)
George James Software
Git
GitHub
Globals
Global Summit 2016
Global Summit 2017
Global Summit 2018
Global Summit 2019
Global Summit 2022
Global Summit 2023
Global Summit 2024
Google Cloud Platform (GCP)
Graph
High Availability
HL7
HTML
iFind
Indexing
Innovatium
IntegratedML
integration-required
Interoperability
InterSystems API Manager (IAM)
InterSystems Business Solutions and Architectures
InterSystems Package Manager (IPM)
IoT
isNewTech
ITvisors
J2 Interactive
Java
JavaScript
JDBC
Journaling
JSON
Key Question
Key Value
Kubernetes
Languages
Large Language Model (LLM)
LDAP
LEAD North, LLC
Listings
Localization
Machine Learning (ML)
Management Portal
Mapping
MDX
Meetup
Message Search
Microservices
Microsoft Windows
Microsoft Windows Server
Mirroring
Monitoring
Multi-model
MultiValue Basic
Namespace
Natural Language Processing
Node.js
OAuth2
Object Data Model
ObjectScript
ODBC
Open Source
OpenVMS
Perforce
Performance
PID^TOO||
Platforms
Podcast
Python
React
Red Hat Enterprise Linux (RHEL)
Relational Tables
Release
REST API
Security
Sharding
SOAP
Source Control
SQL
SSL
Startup
Studio
SVN
System Administration
System Alerting and Monitoring (SAM)
Terminal
Testing
Tips & Tricks
Tools
Tutorial
Ubuntu
UI Development
UIMA
Unstructured Data
Vector Search
Video
Virtual Summit 2020
Virtual Summit 2021
Visualization
VSCode
Vue.js
Web Gateway
Webinar
XML
ZEN
Apply
Clear filter
#
Vector
Search
70 Posts
•
0 Followers
Question
Ditmar Tybussek
· Jun 23
How to convert an embeddings
vector
to be saved as %
Vector
I try to get a
vector
from calling GetEmbedding, but i failed to convert it into a
vector
Here is a simplyfied sample class: Class User.myclass Extends %Persistent{ Property
Article
Robert Cemper
· Mar 21
VECTOR
inside IRIS
This is an attempt to run a
vector
search demo completely in IRISThere are no external tools and all you need is a Terminal / Console and the management portal.Special thanks
Article
Muhammad Waseem
· May 13
Vector
Search : Application to demonstrate
Vector
Search and Generative AI capabilities
Hi Community,In this article, I will introduce my application iris-VectorLab along with step by step guide to performing
vector
operations. IRIS-VectorLab is a web application
Article
Seisuke Nakahashi
· Aug 16
First "
vector
search" on IRIS
There are a lot of great community articles regarding "
vector
search on IRIS", and samples in OpenExchange. Everytime I see these, I'm so excited to know that so many developers
Article
Muhammad Waseem
· Aug 12
An Overview of
Vector
Search functionality
, developers building those applications will need the right tools to create experiences from these applications. Tools like
vector
search are essential for enabling efficient
Article
Robert Cemper
· Apr 26
Geo
Vector
Search #1
Geographic use of
vector
search The basic idea is to use
Vectors
in the mathematical sense.I used geographic coordinates. These are of course only 2-dimensionalbut much easier
Article
Robert Cemper
· Apr 26
Geo
Vector
Search #2
Technical surprises using
VECTORs
>>> UPDATED Building my tech. example provided me with a bunch of findings htt I want to share.The first
vectors
I touched appeared
Article
Luis Angel Pérez Ramos
· Mar 27
Boosting facial recognition with
Vector
Search
As you have seen in the latest community publications, InterSystems IRIS has included since version 2024.1 the possibility of including
vector
data types in its database and based
Discussion
Rob Tweed
· Jul 12, 2023
Vector
Databases and Node.js for AI/ChatGPT
The latest Node.js Weekly newsletter included a link to this article: https://thecodebarbarian.com/getting-started-with-
vector
-databases-in-node-js.html I'm wondering if anyone
Article
Robert Cemper
· Jun 1
Searching the limits of new datatype
VECTOR
touched any limit. So I tried to dig deeper and find the limits of datatype VECTOR.All
vectors
have 2 base parameters- static DATATYPE : "integer" (or "int"), "double", "decimal
Announcement
Anastasia Dyubaylo
· Apr 8
InterSystems
Vector
Search, GenAI and ML Contest
Hey Community, We have more exciting news! The new InterSystems online programming contest dedicated to Generative AI,
Vector
Search and Machine Learning is starting very soon
Announcement
Anastasia Dyubaylo
· Apr 5
[Video] Using
Vector
Search for Generative AI
Hey Community, Watch the latest video on InterSystems Developers YouTube: ⏯ Using
Vector
Search for Generative AI Get an introduction to Retrieval Augmented
Article
shan yue
· May 15
Retrieve images using
vector
search (1)
Hi Community, In this article, I will introduce my application iris-image-
vector
-search.The image
vector
retrieval demo uses IRIS Embedded Python and OpenAI CLIP model
Article
shan yue
· May 15
Retrieve images using
vector
search (2)
You need to install the application first. If not installed, please refer to the previous article Application demonstration After successfully running the iris image
vector
1
2
3
4
5
…
next
last
Log in or sign up
Log in or create a new account to continue
Log in
Sign up
Log in or sign up
Log in or create a new account to continue
Log in
Sign up
Log in or sign up
Log in or create a new account to continue
Log in
Sign up
Log in or sign up
Log in or create a new account to continue
Log in
Sign up