Ask HN: How important are embedding models to RAG?

2 points by ofermend ↗ HN
RAG = retrieval-augmented-generation.

1 comment

[ 3.1 ms ] story [ 303 ms ] thread
It depends. In a RAG system you can measure how good your retrieval is doing by just checking whether the retrieved docs are relevant. Embeddings aren’t the only way to retrieve docs though.