Viewing profile — jkb79
jkb79
HN member- Joined
- Mon, Oct 11, 2021, 6:58 AM UTC
- HN karma
- 71
- Public activity
- 35 items
- HN profile
- View on Hacker News ↗
About jkb79
Recent public activity
-
comment
Comment #38876899
ColBER: Contextualized Late Interaction over BERT. That is just the name. It can be fine-tuned for retrieval using any encoder-only model like the ones you mention.
- story
-
comment
Comment #37788465
Yes, Vespa has a generic Tensor framework that allows you to index multiple vectors for a single field, see https://blog.vespa.ai/semantic-search-with-multi-vector-inde... for deta…
-
comment
Comment #37772213
Actually, Vespa comes out of the same FAST company. Yahoo bought Overture/Altavista and a lot of other web search companies in 2003, including the web search division of FAST. The …
-
comment
Comment #37772185
Hehe, it was a joke, we don't have polar bears on the mainland of Norway. But, it was fun to show the photo to visitors from different countries. "Be careful when you walk back to …
-
comment
Comment #37771758
Disclaimer, I work on Vespa. If you look for just pure vector similarity search, there are many alternatives. But Vespa's tensor support, multi-vector indexing and the ability to e…
-
comment
Comment #37771671
Vespa was the internal code name for the project going back to 2005ish, vertical search platform.
-
comment
Comment #37771662
Thank you for the shout-out Frank!
-
comment
Comment #37771419
Yeah, I worked with the Flickr team on that project. Scaling to billions of photos, with partial update support of popularity for ranking. Back then, the properties had to stand up…
-
comment
Comment #37431985
>I don't see a ton of data that points towards us (vector DB ppl) building >towards traditional TREC/BEIR #s. This is highly accurate, most vector database companies don't talk abo…
-
comment
Comment #37374317
It's an opinionated blog post published on Arxiv, masquerading as research. IMHO, it's a gigantic self-own and doesn’t promote Lucene in a good way. For example, by demonstrating h…
-
comment
Comment #37086949
Very good point, plus that if you introduce approximate search instead of exact search, you can only loose quality and in some cases the loss is so significant that it becomes wors…
- story
-
comment
Comment #35562009
Faiss implements multiple different ANN algorithms, and some like IVF can use disk based indexes.
-
comment
Comment #35562001
Disclaimer, I'm a developer working on the Vespa.ai project. One reason is that we simply don't have DevRel teams or marketing teams, but we still have decent interest, from large …
-
comment
Comment #35561624
That is a very good analogy!
-
comment
Comment #35554838
Only Vespa allows you to index multiple vectors per schema field, avoiding duplicating all the meta data of the document into the "chunk", and avoids maintaining the document to ch…
- story
- story
- story
-
comment
Comment #32744137
Yes, https://blog.vespa.ai/vespa-hybrid-billion-scale-vector-sear...
-
comment
Comment #32593990
Friendly reminder, code that you can read is not open source. The particular repo does not have any license information and cannot be considered open source.
- story
-
comment
Comment #30720319
Interesting to see how deep learning is applied to search using learned vector representations of documents (podcasts) and user queries.
- story