You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ReAct Agent built upon LangChain and LangGraph to make custom and complex multi-step questions by combining retrieval and analyitical tools. Do SQL querying and/or RAG approaches to get the best answer
A SQL agent for e-commerce data, featuring LLM-driven natural language to SQL, semantic table selection, optimal join planning, and multi-step query generation with validation. Supports vector search, statistical sampling, result pagination, caching, real-time simulation, and automated query optimization for seamless and intelligent integration.
A minimal AI chatbot that translates natural language into SQL queries, queries a MySQL database, and displays the results—all via a user-friendly Streamlit interface.
Created simple excel application for monitoring all jobs which are running in sql agent window. This application gives easy access to view list of present running jobs, last ran jobs, schedules of all jobs in one shot. This gives easy to change the server and track the list of output.
An AI application that answers user queries by combining data from a Chroma NoSQL database, a PostgreSQL database, and API chains, powered by LangChain for seamless integration and AI-driven answers.