Why is the author listing himself as datastax cto? He isn’t according the Wikipedia, my friend who works there, and their company website. https://www.datastax.com/our-people That’s kind of weird
See https://www.datastax.com/our-people/jonathan-ellis Wikipedia lists them as a founder. Perhaps their author bio is outdated, or Wikipedia is. Not sure about your friend.
Vector indexing all of Wikipedia on a laptop
101–110 of 146 posts
Re: Vector indexing all of Wikipedia on a laptop
#102Why is the author listing himself as datastax cto? He isn’t according the Wikipedia, my friend who works there, and their company website. https://www.datastax.com/our-people That’s kind of weird
What are you talking about? The datastax site lists it: > SANTA CLARA, Calif. – September 28, 2020 – DataStax today announced that DataStax Co-Founder and CTO Jonathan Ellis will deliver a keynote address at ApacheCon @Home 2020 https://www.datastax.com/press-release/datastax-co-founder-a... . As an aside, I'm an ApacheCon presenter but there was no press release about the hot excitement of my involvement. Maybe next…
Re: Vector indexing all of Wikipedia on a laptop
#103"The obstacle is that until now, off-the-shelf vector databases could not index a dataset larger than memory, because both the full-resolution vectors and the index (edge list) needed to be kept in memory during index construction. Larger datasets could be split into segments, but this means that at query time they need to search each segment separately, then combine the results, turning an O(log N) search per segmen…
Re: Vector indexing all of Wikipedia on a laptop
#104Earlier quoted context omitted.
What are you talking about? The datastax site lists it: > SANTA CLARA, Calif. – September 28, 2020 – DataStax today announced that DataStax Co-Founder and CTO Jonathan Ellis will deliver a keynote address at ApacheCon @Home 2020 https://www.datastax.com/press-release/datastax-co-founder-a... . As an aside, I'm an ApacheCon presenter but there was no press release about the hot excitement of my involvement. Maybe next…
That’s from 2024. They aren’t the cto of datastax currently
There has to be more interesting things to discuss than this.
P.s. I think you meant 2020.
Re: Vector indexing all of Wikipedia on a laptop
#105He should have asked HN on the cheapest way to embed Wikipedia before starting
Re: Vector indexing all of Wikipedia on a laptop
#106“… turning an O(log N) search per segment into O(N) overall.” Can someone explain why?
When it’s all in memory you get to amortize the cost of the initial load. Or just pay it when it’s not part of the hot path. When it’s segmented, you’re doing that because memory is full and you need to read in all the segments you don’t have. That’ll completely overwhelm the log n of the search you still get
Re: Vector indexing all of Wikipedia on a laptop
#107Why is the author listing himself as datastax cto? He isn’t according the Wikipedia, my friend who works there, and their company website. https://www.datastax.com/our-people That’s kind of weird