Speaking as a local LLM enthusiast, it’s still unreliable and is “googling” something behind the scenes to get answers. And it’s not like a human poking around, internally it’s looking at a wall of webpages and “hoping” to hit something right.
But to answer your question Perplexity is similar, and perplexica is the open source equivalent. There are also researcher “agent” scripts that will script LLM calls.
uis@lemm.ee 1 week ago
Depends on how deep you want to integrate AI. It ranges from learn to rank(AKA AI sorting) and transforming user input(ha! pun!) to vector search(transforming user input to special format) and learned index(AI search). And then there are whole area of AI, LLMs specifically, wchich sits on top of search engines: retrival-augmented generators(search-and-generate).
TheLoneMinon@lemm.ee 1 week ago
Thanks so much for the material! I’m going to comb through these tomorrow.