HackerTrans
TopNewTrendsCommentsPastAskShowJobs

bobvanluijt

no profile record

Submissions

A Visual Document Benchmark for Scientific Retrieval and Question Answering

arxiv.org
2 points·by bobvanluijt·5 bulan yang lalu·0 comments

Removing branches from the hot path: A 60% speed-up for Product Quantization

twitter.com
1 points·by bobvanluijt·6 bulan yang lalu·0 comments

Kamer 306: Pioneers of Dutch Electronic Music (1956–1960) [video]

youtube.com
2 points·by bobvanluijt·7 bulan yang lalu·1 comments

Hybrid Search vs. Agentic Search Benchmarks

weaviate.io
1 points·by bobvanluijt·10 bulan yang lalu·1 comments

Compress Vectors by 4x by using 8-bit Rotational Quantization

weaviate.io
3 points·by bobvanluijt·11 bulan yang lalu·0 comments

Elysia – open-source agentic AI platform

github.com
4 points·by bobvanluijt·11 bulan yang lalu·1 comments

MythGen – Lovable for world-building (Unity and Unreal)

mythgen.ai
1 points·by bobvanluijt·tahun lalu·1 comments

comments

bobvanluijt
·6 bulan yang lalu·discuss
> issue with a founder

That would be me
bobvanluijt
·7 bulan yang lalu·discuss
"Kamer 306 is a 2006 documentary about the birth of electronic music inside the Philips Natuurkundig Laboratorium (NatLab) in Eindhoven. Set in the legendary Room 306 of the lab’s Acoustics Department, the film traces how Philips technicians, engineers, and composers opened up a completely new sonic world in the late 1950s."
bobvanluijt
·10 bulan yang lalu·discuss
Besides pure vector search there is hybrid (BM25 + vector) but now there is also agentic search (where the agent can set additional filters, do multiple roundtrips, etc on top of hybrid vector search.
bobvanluijt
·11 bulan yang lalu·discuss
Meet Elysia - a decision tree based agentic system that dynamically displays data, learns from user feedback, and chunks documents on-demand.

Most AI chatbots are stuck in a text-in, text-out world. But what if your AI could dynamically decide not just what to say, but ? Elysia is designed to completely rethink how we interact with data through AI.

From: https://x.com/weaviate_io/status/1955283683717369970
bobvanluijt
·tahun lalu·discuss
Currently still a demo video but they are looking for testers
bobvanluijt
·tahun lalu·discuss
It depends on additional filters and whether you want to use vector search only. The upside of using Faiss would be storing the ID as file metadata and embedding it in the Faiss index. However, if you need any other filters or data, you would need to store it somewhere else.