/plushcap/analysis/zilliz/using-your-vector-database-as-json-or-relational-datastore

Using Your Vector Database as a JSON (or Relational) Datastore

What's this blog post about?

The blog post discusses the use of vector databases, such as Milvus or Zilliz Cloud, as a JSON (or relational) datastore. It explains how to create a collection in Milvus and perform CRUD operations on JSON data stored within it. The author demonstrates querying, updating, and deleting records using Python code snippets. Additionally, the post introduces a package called milvusmongo that implements basic CRUD functionality across collections using Milvus as the underlying database instead of MongoDB. The author emphasizes that vector databases are not meant to replace NoSQL databases or lexical text search engines but can be used as an efficient data store for solo developers and small teams, with the option to optimize infrastructure usage later as they grow.

Company
Zilliz

Date published
March 4, 2024

Author(s)
Frank Liu

Word count
1436

Hacker News points
43

Language
English


By Matt Makai. 2021-2024.