Show HN: Dera – A platform to manage chunks and embeddings for building RAG apps (getdera.com)

25 points by hchua ↗ HN
Hi everyone,

my cofounder and I built Dera - a platform to help manage chunks and embeddings.

We built this because of the pain points we experienced while building RAG applications for side projects. The biggest pain point we encountered was that we were constantly trying out different chunking strategies, but there’s no easy way to check how the strategies are performing in terms of retrieval when given the same query.

We tried searching for a tool for this but couldn’t find any (most LLM dev tools focus on prompts management).

We hope this tool will be useful for people building RAG apps.

Thank you!

2 comments

[ 4.4 ms ] story [ 18.1 ms ] thread
Seems quite cool! I definitely agree that there is a gap in the current RAG solution set for iterating on chunking and embedding strategies. Even the prompt chain for querying can be quite hard to adjust.

I tried out the tool itself and found the "define your schema" portion a bit confusing. I did eventually grasp it, but it took me a minute or two. The example curl requests on the page after I made my project were very helpful.

Thought I would expect that most folks doing RAG would probably prefer python that they could copy and past into a notebook.

Hopefully more people find it helpful!