From b7937e1e43ebbfe244fb021c9f0c24432b6e2dab Mon Sep 17 00:00:00 2001 From: sync Date: Tue, 15 Apr 2025 20:13:06 +0000 Subject: [PATCH] =?UTF-8?q?Edit=20=E2=80=98good=5Fideas=E2=80=99:=20Synced?= =?UTF-8?q?=201744746270925?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- good_ideas.myco | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/good_ideas.myco b/good_ideas.myco index 165be83..ff5c2ca 100644 --- a/good_ideas.myco +++ b/good_ideas.myco @@ -97,4 +97,5 @@ Semantic search for: * terrain (satellite maps) } * Automate Lego with pick-and-place machine. -* Improve AI-based search with methods other than making boring contrastive embedding models very slightly better. \ No newline at end of file +* Improve AI-based search with methods other than making boring contrastive embedding models very slightly better. +* Graph-based vector indices do beam search on a graph constructed so that beam search on dot product or PQ dot product "mostly" returns the closest (highest-dot-product) result. Do one of several RL/etc pathfinding schemes instead (like https://arxiv.org/abs/2502.18663)? We only have a budget of 100μs per read node, though, so this is a bit tricky. \ No newline at end of file