HackerTrans
トップ新着トレンドコメント過去質問紹介求人

shinework

no profile record

投稿

Anatomy of a RAG System: A Visual Explanation

twitter.com
5 ポイント·投稿者 shinework·2 年前·1 コメント

Smart Filters with Vercel AI SDK and Next.js

premieroctet.com
2 ポイント·投稿者 shinework·2 年前·1 コメント

Digest Club: an open-source teams knowledge webapp

digest.club
1 ポイント·投稿者 shinework·2 年前·0 コメント

コメント

shinework
·2 年前·議論
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
·2 年前·議論
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.