Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)ST
stochasticferret @lemmy.dbzer0.com
Posts 0
Comments 3
Anyone else working with retrieval augmented generation? (RAG)
  • I did some really simple experiments in a notebook with langchain and a few PDFs. It's a neat technique.

    The first thing that jumped out at me was that the retrieval step is an upstream bottleneck on the LLM, so any methods that you can use to get better retrieval performance are fair game. Embeddings and vector databases are hot right now, but there's no reason that you can't augment them with traditional search methods.