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.

Show HN: Visualize how you split your document into chunks for RAG applications

2 pointsby aubanelabout 1 year ago
To create a LLM based Retrieval Augmented Generation, you need to create a retriever par which is basically an internal search on document excerpts from your knowledge base. The snippets to search on should be meaningful, not too large an not too small: thus choosing a correct splitting method is crucial. I've created a tool that lets you visualize how your choices of splitting criteria determine the chunks you get!

no comments

no comments