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-n…
I'm wondering if anyone has been considering or actually using IRIS as a vector database for this kind of AI/ChatGPT work?
Comments
Nice one; thanks Rob.
Yes, we are actively looking into this and have just finished a research sprint into the SQL datatype part. There's a lot of work still in having efficient similarity search across large numbers of vectors to actually leverage it in a useful way, so we're on the lookout for good use cases and arguments to justify that development effort.
Yes, I thought about it during my irisChatGPT app. A nice feature to have.
Thanks
.
Here's an interesting article on Vector Databases:
https://dev.to/pavanbelagatti/wtf-is-a-vector-database-a-beginners-guid…
Good article! Curiously I uploaded a small project to recognize faces using IRIS and Embedded Python. Would be nice to save the 128 points vector generated for each face into the database and save time recalculating it for each comparation with a new face.