Approximate Nearest Neighbours in FAISS: Cell Probe 101

Поделиться
HTML-код
  • Опубликовано: 10 дек 2024

Комментарии • 11

  • @diptimanraichaudhuri6477
    @diptimanraichaudhuri6477 Год назад +2

    Mark - top notch post ! I have been following your duckdb videos, and the quality of your videos just keeps improving ! !

  • @j4ssgg
    @j4ssgg 3 месяца назад

    Thanks man. Simple and easy to understand.

  • @eugenekrasikov2414
    @eugenekrasikov2414 Год назад

    thank you, great content!

  • @philtoa334
    @philtoa334 Год назад

    Nice.

  • @AnudeepKolluri
    @AnudeepKolluri 6 месяцев назад

    Hi, what is IVF_FLAT? it sounds same to the concept u explained in the video

    • @learndatawithmark
      @learndatawithmark  6 месяцев назад

      I find that in the docs for Milvus (a vector db) - milvus.io/docs/index.md - and you're right, it does sound similar if not the same.

    • @ishkool8664
      @ishkool8664 3 месяца назад

      it is a vector quantization technique, flat represents no quantization, and PQ16 represents qunatizing the vector of d dimension to 16byte codes. So once you are searching the cell, using quantization can actually speed up the disctance calculation of a query vector from neighbouring search vectors in a cell. However the PQ codes have to be generated per cell.

  • @DhamuR-c1b
    @DhamuR-c1b 9 месяцев назад +1

    Please, don't fast-forward the coding part. I have to watch you video with 2.0x slow motion. Then only I can understand.

    • @learndatawithmark
      @learndatawithmark  9 месяцев назад +2

      Thanks for the advice - lemme see how I can do that in the future videos

    • @DhamuR-c1b
      @DhamuR-c1b 9 месяцев назад

      @@learndatawithmark Thanks for considering