TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: How important are embedding models to RAG?

2 pointsby ofermendover 1 year ago
RAG = retrieval-augmented-generation.

1 comment

janalsncmover 1 year ago
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.