Open-source SDK extension for Groq

Hey Groq team! :waving_hand:

I built an open-source SDK extension for Groq called groq-rag and wanted to

share it with the community.

Features:

β€’ RAG with built-in vector store & semantic search

β€’ Web search (DuckDuckGo, Brave, Google)

β€’ URL fetching & parsing to markdown

β€’ ReAct-style autonomous agents with tool use

β€’ Full TypeScript support

β€’ Zero config - works out of the box

Links:

:package: NPM: npm install groq-rag

:link: GitHub: GitHub - mithun50/groq-rag: Extended Groq SDK with RAG (Retrieval-Augmented Generation), web browsing, and AI agent capabilities. Features include document retrieval, web search, URL parsing, and ReAct-style agents with tool use.

:rocket: Live Demo: https://groq-rag.onrender.com

Built this because Groq’s speed is perfect for agentic workflows. Would love any feedback!

1 Like