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).
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).
Thanks so much for the material! I’m going to comb through these tomorrow.