JVector: Cutting-Edge Vector Search in Java

Поделиться
HTML-код
  • Опубликовано: 4 окт 2024
  • An airhacks.fm (airhacks.fm) conversation with Jonathan Ellis (@spyced ( / spyced ) ) about:
    discussion of JVector, a Java-based vector search engine,
    Apache Kudu (kudu.apache.org/) as an alternative to Cassandra (cassandra.apac...) for wide-column databases,
    FoundationDB (www.foundation...) - is a NoSQL database,
    explanation of vectors and embeddings in machine learning,
    different embedding models and their dimensions,
    the Hamming distance (en.wikipedia.o...) ,
    binary quantization and product quantization for vector compression,
    DiskANN algorithm for efficient vector search on disk,
    optimistic concurrency control in JVector,
    challenges in implementing academic papers,
    the Neon database,
    JVector's performance characteristics and typical database sizes,
    advantages of astra (www.datastax.c...) DB over Cassandra,
    separation of compute and storage in cloud databases,
    Vector's use of Panama (openjdk.java.n...) and SIMD instructions,
    the potential for contributions to the JVector project,
    Upstash (upstash.com/) uses of JVector for their vector search service,
    the cutting-edge nature of JVector in the Java ecosystem,
    the logarithmic performance of JVector for index construction and search,
    typical search latencies in the 30-50 millisecond range,
    the young and rapidly evolving field of vector search,
    the self-contained nature of the JVector codebase
    Jonathan Ellis on twitter: @spyced ( / spyced )

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

  • @cobrab1978
    @cobrab1978 3 месяца назад +1

    Adam, do you think Java is losing space in the development of database engines? What do you see in Java development that will remedy this?

    • @bienadam
      @bienadam  3 месяца назад +2

      An interesting question! I will cover the question at the 124th airhacks.tv livestream: adambien.blog/roller/abien/entry/ejb_migrations_kubernetes_serverless_java Thank you for listening!