Blog

  • Published on

    Exploring Vector Databases with Milvus

    Vector-Databases
    System-Design
    Algorithm
    This post introduces vector databases with Milvus, an open-source vector data management system to efficiently store and search large-scale and dynamic vector data.
  • Published on
    In this post, we will cover word embeddings, an approach in NLP for representing text as real value vectors that capture complex relationships between words and phrases.
  • Published on
    This post explores the process of Byte-Pair Encoding, from handling raw training text and pre-tokenization to constructing vocabularies and tokenizing new text.
  • Published on
    In this post, we take a deep dive into the Raft consensus algorithm, essential for distributed systems. We explore key mechanisms like leader election, log replication, and safety, plus aspects like cluster membership changes, log compaction, and client interactions.
Subscribe for updates