Saturday, August 19, 2023

chroma: Vector Databases with node.js

Getting Started with Vector Databases in Node.js | www.thecodebarbarian.com

Vector databases are a hot topic right now, and with good reason. When combined with AI tools like ChatGPT, vector databases enable semantic similarity search: find me things that are similar to this other thing. This form of search is more sophisticated than basic search engines or text search, because the search algorithm is able to interpret the semantics of the text, rather than just trying to match keywords.


Chroma - the open-source embedding database.
The fastest way to build Python or JavaScript LLM apps with memory!