• Points are the central entity in Qdrant
  • A point consists of
    • Either
      • A default unnamed vector
      • Or multiple named vectors
    • An optional Json payload
    • A point id - which can be either
      • a uuid
      • or a 64-bit unsigned integer
  • Qdrant supports dense and sparse vectors
    • Dense vectors are fixed length vectors that have a fixed length
    • Sparse vectors are variable length vectors that are mostly zeros