HackerTrans
TopNewTrendsCommentsPastAskShowJobs

halyax7

no profile record

comments

halyax7
·letztes Jahr·discuss
even if it was made up, its still a serious issue
halyax7
·letztes Jahr·discuss
I thought this looked familiar - its a reskin of a fantastic full stack tutorial from a few months back:

https://youtu.be/RkwbGuL-dzo?si=mWnIfWnmFLKIwIaD
halyax7
·vor 2 Jahren·discuss
an issue I've seen in several RAG implementations is assuming that the target documents, however cleverly they're chunked, will be good search keys for incoming queries. Unless your incoming search text looks semantically like the documents you're searching over (not the case in general), you'll get bad hits. On a recent project, we saw a big improvement in retrieval relevance when we separated the search keys from the returned values (chunked documents), and we used an LM to generate appropriate keys which were then embedded. Appropriate in this case means "sentences like what the user might input if theyre expecting this chunk back"
halyax7
·vor 2 Jahren·discuss
Much of those editing steps could be streamlined and/or straight up automated so that estimate will come way down over time