LanceDB: A OSS serverless Vector Database in Rust | Lei Xu | Conf42 Rustlang 2023

Conference: Conf42 Rustlang 2023

Year: 2023

Read the abstract ➤ https://www.conf42.com/Rustlang_2023_Lei_Xu_lancedb_oss_serverless_vector_db Other sessions at this event ➤ https://www.conf42.com/rustlang2023 Join Discord ➤ https://discord.gg/DnyHgrC7jC LanceDB ➤ https://github.com/lancedb/lancedb Feedback ➤ contact@lancedb.com Chapters 0:00 Intro 0:18 about lancedb 1:45 a bit of history of lancedb 3:00 we love rust! 4:26 what is vector database 5:21 applicaiton: text-to-image recommendation 6:27 challenges 7:37 build vector index in rust: ivf_pq 8:23 yet another kmean in rust! 11:25 i/o is tricky too! no linear indexing = scan! 12:09 ivf pq index on-disk layout 13:33 sql and full text search 14:44 but, how can i use it 14:56 did we mention that lancedb is in-process db? 15:39 lancedb is in-process db 16:36 lancedb cloud 17:14 thank you