Hey Groq team! ![]()
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:
NPM: npm install groq-rag
Live Demo: https://groq-rag.onrender.com
Built this because Groqβs speed is perfect for agentic workflows. Would love any feedback!