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 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.
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.
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.