HackerTrans
TopNewTrendsCommentsPastAskShowJobs

shinework

no profile record

Submissions

Anatomy of a RAG System: A Visual Explanation

twitter.com
5 points·by shinework·há 2 anos·1 comments

Smart Filters with Vercel AI SDK and Next.js

premieroctet.com
2 points·by shinework·há 2 anos·1 comments

Digest Club: an open-source teams knowledge webapp

digest.club
1 points·by shinework·há 2 anos·0 comments

comments

shinework
·há 2 anos·discuss
I’ve created a detailed step-by-step visual representation of a RAG (Retrieval-Augmented Generation) system. The diagram illustrates how a document is processed, broken into chunks, embedded into vectors, and used to generate answers through similarity matching and a large language model (LLM).
shinework
·há 2 anos·discuss
Let's see how to integrate a smart filtering system into a Next.js application using the Vercel AI SDK. The idea is to allow the user to filter data using a simple description.

This feature, seen in products like Linear or Dub.co, will be implemented in an isolated example that we will detail technically.