Sabitlenmiş Tweet
Adeniyi Victor
1K posts

Adeniyi Victor
@Vieester_
Building @xedlapay #dart #flutter
Nigeria Katılım Kasım 2019
602 Takip Edilen152 Takipçiler
Adeniyi Victor retweetledi

8 RAG architectures for AI Engineers:
(explained with usage)
1) Naive RAG
- Retrieves documents purely based on vector similarity between the query embedding and stored embeddings.
- Works best for simple, fact-based queries where direct semantic matching suffices.
2) Multimodal RAG
- Handles multiple data types (text, images, audio, etc.) by embedding and retrieving across modalities.
- Ideal for cross-modal retrieval tasks like answering a text query with both text and image context.
3) HyDE (Hypothetical Document Embeddings)
- Queries are not semantically similar to documents.
- This technique generates a hypothetical answer document from the query before retrieval.
- Uses this generated document’s embedding to find more relevant real documents.
4) Corrective RAG
- Validates retrieved results by comparing them against trusted sources (e.g., web search).
- Ensures up-to-date and accurate information, filtering or correcting retrieved content before passing to the LLM.
5) Graph RAG
- Converts retrieved content into a knowledge graph to capture relationships and entities.
- Enhances reasoning by providing structured context alongside raw text to the LLM.
6) Hybrid RAG
- Combines dense vector retrieval with graph-based retrieval in a single pipeline.
- Useful when the task requires both unstructured text and structured relational data for richer answers.
7) Adaptive RAG
- Dynamically decides if a query requires a simple direct retrieval or a multi-step reasoning chain.
- Breaks complex queries into smaller sub-queries for better coverage and accuracy.
8) Agentic RAG
- Uses AI agents with planning, reasoning (ReAct, CoT), and memory to orchestrate retrieval from multiple sources.
- Best suited for complex workflows that require tool use, external APIs, or combining multiple RAG techniques.
👉 Over to you: Which RAG architecture do you use the most?
_____
Share this with your network if you found this insightful ♻️
Find me → @akshay_pachaar ✔️
For more insights and tutorials on LLMs, AI Agents, and Machine Learning!

English
Adeniyi Victor retweetledi
Adeniyi Victor retweetledi

N300,000,000 a year for scholarships to Nigerian students. N300Million of his own personal money. And that was as at 2021.
Do what you like with that information.
iNspiritextra@iNspiritextra
At Shiloh 2021 Ministers Conference, Bishop David Oyedepo told pastors to collect their offerings and give the money to people who are in need.
English

Lolss. Looking back now, when I started learning flutter.
Why will I do this?
Adeniyi Victor@Vieester_
Working on a demo app with flutter.. Got stuck since yesterday so happy to finally move on Was adding web firebase sdk inside only index.html instead of also adding condition statement of if web under initialization then passing the Auth key values 1. Initial then 2.correction
English
Adeniyi Victor retweetledi

i built jarvis to FaceVerify
- real-time hand tracking
- virtual cursor
- pinch to click
- draggable panels
controlled entirely with your webcam
MediaPipe + Next.js
try it: faceverify-app.vercel.app/jarvis
works best on desktop
Emmanuel@ez0xai
saw someone tweet about how Opay does visual KYC verification so i built FaceVerify uses MediaPipe Face Landmarker for live face checks in the browser. live demo: faceverify-app.vercel.app open source: github.com/emmanueltaiwo/…
English
Adeniyi Victor retweetledi











