1
Ask HN: Has anyone tried recursive summarization of documents using LLMs
I'm dissatisfied with how semantic search currently seems to be implemented (statements -> embeddings -> KNN/ANN). Was thinking about attempting to try a different approach involving recursive summarization using a task fine tuned LLM. I wonder if anyone's tried this before, and if so what were the problems with it (aside from the obvious problem of hallucinations). Apologies in advance if this has been discussed before.