|
|
|
|
|
by thorum
458 days ago
|
|
In the age of local LLMs I’d like to see a personal recommendation system that doesn’t care about being scalable and efficient. Why can’t I write a prompt that describes exactly what I’m looking for in detail and then let my GPU run for a week until it finds something that matches? |
|
(the reasonable way is embedding search, which runs much faster with some precomputation, but you still have to store things)