Search

Clear filter
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
Announcement
Thomas Dyar · Oct 3, 2024

Faster Vector Searches with Approximate Nearest Neighbor index -- now available in the Vector Search Early Access Program

We've recently made available a new version of InterSystems IRIS in the Vector Search Early Access Program, featuring a new Approximate Nearest Neighbor index based upon
Article
Suze van Adrichem · Mar 3

IRIS Vector Search for Climate Matching: Introducing BAS

. NVIDIA Llama Embeddings: We use Llama-3.2-nv-embedqa-1b-v2 embeddings for our embedding database and query embedding in our RAG vector search. LangChain: We use LangChain
Announcement
Anastasia Dyubaylo · Mar 26

[Video] Quick wins with InterSystems IRIS Vector DB

Hey Community, Enjoy the new video on InterSystems Developers YouTube: ⏯ Quick wins with InterSystems IRIS Vector DB This demo shows how to enhance an existing tools
Question
Alex Woodhead · Mar 30

Vector Embeddings and Vocal Search. Analysis and innovation notes

voice. IRIS integration could manipulate the recordings to extract semantic meaning that IRIS vector search can then offer for new types of AI solution opportunity. The fun
Announcement
Anastasia Dyubaylo · May 21, 2024

Online Meetup with the Winners of the Vector Search, GenAI and ML Contest

Hi Community, Let's meet at the online meetup with the winners of the Vector Search, GenAI and ML Contest. It's a great opportunity to chat with the InterSystems Experts team
Announcement
Anastasia Dyubaylo · Feb 27

InterSystems AI Programming Contest: Vector Search, GenAI and AI Agents

Hey Community, It's time for the first programming contest of the year, and there's a surprise so read on! Please welcome: 🏆 InterSystems AI Programming Contest: Vector
Announcement
Ronnie Hershkovitz · Feb 18

[Hebrew Webinar]: GenAI + RAG - Leveraging InterSystems IRIS as your Vector DB

Hi Community, We're pleased to invite you to the upcoming webinar in Hebrew: 👉 Hebrew Webinar: GenAI + RAG - Leveraging Intersystems IRIS as your Vector DB👈
Article
Luis Angel Pérez Ramos · Apr 1

d[IA]gnosis: searching for similarities in our vector database and using LLM to extract diagnoses

in our application, we can search for the ICD-10 diagnoses closest to the text entered by the professional. To speed up the search process, we stored the vectorized text
Article
Benjamin De Boe · Jan 10, 2023

Columnar Storage in 2022.3

$vector datatype. $vector is an internal-only (for now) datatype that leverages adaptive encoding schemes to allow efficient storage of both sparse and dense data. The encoding
Question
Kurro Lopez · Mar 25

How to tokenize a text using SentenceTransformer

Hi all. I'm trying to create an indexed table with an vector field so I can search by the vector value.I've been investigating and found that to get the vector value based
Article
lando miller · Mar 31

Operate the database through dialogue

constraints. AI will only return SQL in the conversation with you for subsequent operations, and also vectorize the requested message to view the similarity of the problem
Question
Vladymyr Oleynyk · Sep 6, 2023

test mentions

Hi Community, It's time to announce the winners of the Vector Search, GenAI and ML Contest! Thanks to all our amazing participants who submitted 15 applications 🔥
Article
Muhammad Waseem · Jul 2, 2023

LangChain – Unleashing the full potential of LLMs

to vectors as text is stored as vectors in the database and returns to LangChainStep4 :LangChain send these vectors to the vector database (There are multiple vector database, We are using
Question
William Vorhees · Aug 4, 2017

AES Encryption

Trying to use AES encryption for a url. I have a plain text string, a 16-byte key and a initialization vector. I am trying to match a C# implementation that uses RijndaelManaged