HackerTrans
TopNewTrendsCommentsPastAskShowJobs

maxperience

no profile record

Submissions

Startups with the Most Technical Debt Had the Best Funding Outcomes

bytevagabond.com
2 points·by maxperience·5 เดือนที่ผ่านมา·0 comments

comments

maxperience
·เดือนที่แล้ว·discuss
[flagged]
maxperience
·4 เดือนที่ผ่านมา·discuss
If you want to build a prod ready RAH architecture with decent benchmark scores I can recommend this blog post based on our experiences what techniques actually work: https://bytevagabond.com/post/how-to-build-enterprise-ai-rag...
maxperience
·4 เดือนที่ผ่านมา·discuss
This article is interesting cause of its scale, but does not touch on how to properly use RAG best practices. We wrote up this blog post on how to actually build a smart enterprise AI RAG based on the latest research if it's interesting to anyone: https://bytevagabond.com/post/how-to-build-enterprise-ai-rag...

It's based on different chunking strategies that scale cheaply and advanced retrieval
maxperience
·4 เดือนที่ผ่านมา·discuss
Interesting to see still solutions being developed for RAG. We developed a solution similar to yours: Automatic indexing from GDrive, SharePoint etc. and then advanced hierarchical chunking, context header based markdown conversion etc... All the tricks that were published last year while RAG was still the "new" kid in town. We finally open sourced everything as the competition from the big players (Notion AI, Google etc.) was daunting. If anyone is interested, this blog post about all the techniques we tried and what actually works is still relevant and up2date: https://bytevagabond.com/post/how-to-build-enterprise-ai-rag...