Workflow
Avi Chawla
icon
Search documents
X @Avi Chawla
Avi Chawla· 2025-08-12 06:30
I just put together all my AI Agents posts in a single PDF.It covers:- Agent fundamentals- LLM vs RAG vs Agents- Agentic design patterns- Building Blocks of Agents- Building custom tools via MCP- 12 hands-on projects for AI EngineersDownload link in next tweet. https://t.co/LuQiyM5afF ...
X @Avi Chawla
Avi Chawla· 2025-08-11 18:57
RT Avi Chawla (@_avichawla)Let's fine-tune OpenAI gpt-oss (100% locally): ...
X @Avi Chawla
Avi Chawla· 2025-08-11 06:31
That's a wrap!If you found it insightful, reshare it with your network.Find me → @_avichawlaEvery day, I share tutorials and insights on DS, ML, LLMs, and RAGs.Avi Chawla (@_avichawla):Let's fine-tune OpenAI gpt-oss (100% locally): ...
X @Avi Chawla
Avi Chawla· 2025-08-11 06:31
Finally, the video shows prompting the LLM before and after fine-tuning.After fine-tuning, the model is able to generate the reasoning tokens in French before generating the final response in English.Check this 👇 https://t.co/v5eluK4xLK ...
X @Avi Chawla
Avi Chawla· 2025-08-11 06:30
Let's fine-tune OpenAI gpt-oss (100% locally): ...
X @Avi Chawla
Avi Chawla· 2025-08-10 19:31
RT Avi Chawla (@_avichawla)Build human-like memory for your Agents (open-source)!Every agentic and RAG system struggles with real-time knowledge updates and fast data retrieval.Zep solves these issues with its continuously evolving and temporally-aware Knowledge Graph.Like humans, Zep organizes an Agent's memories into episodes, extracts entities and their relationships from these episodes, and stores them in a knowledge graph:(refer to the image below as you read)1) Episode Subgraph: Captures raw data with ...
X @Avi Chawla
Avi Chawla· 2025-08-10 06:34
If you found it insightful, reshare it with your network.Find me → @_avichawlaEvery day, I share tutorials and insights on DS, ML, LLMs, and RAGs.Avi Chawla (@_avichawla):Build human-like memory for your Agents (open-source)!Every agentic and RAG system struggles with real-time knowledge updates and fast data retrieval.Zep solves these issues with its continuously evolving and temporally-aware Knowledge Graph.Like humans, Zep organizes an https://t.co/fwI2RZjwdZ ...
X @Avi Chawla
Avi Chawla· 2025-08-10 06:33
GitHub repo: https://t.co/knIZDLAxPg ...
X @Avi Chawla
Avi Chawla· 2025-08-10 06:33
Build human-like memory for your Agents (open-source)!Every agentic and RAG system struggles with real-time knowledge updates and fast data retrieval.Zep solves these issues with its continuously evolving and temporally-aware Knowledge Graph.Like humans, Zep organizes an Agent's memories into episodes, extracts entities and their relationships from these episodes, and stores them in a knowledge graph:(refer to the image below as you read)1) Episode Subgraph: Captures raw data with timestamps, retaining ever ...
X @Avi Chawla
Avi Chawla· 2025-08-09 19:13
RT Avi Chawla (@_avichawla)Enterprises build RAG over 100s of data sources, not one!- Microsoft ships it in M365 products.- Google ships it in its Vertex AI Search.- AWS ships it in its Amazon Q Business.Let's build an MCP-powered RAG over 200+ sources (100% local): ...