An open API service indexing awesome lists of open source software.

https://github.com/ishwarya254/ai-driven-sql-query-assistant

AI-Driven SQL Query Assistant, enables users to retrieve SQL queries by typing natural language questions. It utilizes ChatGroq, HuggingFaceEmbeddings, Chroma, and Langchain for accurate SQL generation.
https://github.com/ishwarya254/ai-driven-sql-query-assistant

few-shot-learning genai-chatbot langchain sql vectordb

Last synced: 6 months ago
JSON representation

AI-Driven SQL Query Assistant, enables users to retrieve SQL queries by typing natural language questions. It utilizes ChatGroq, HuggingFaceEmbeddings, Chroma, and Langchain for accurate SQL generation.

Awesome Lists containing this project

README

          

# AI-Driven-SQL-Query-Assistant
--> Developed a system that generates and retrieves SQL queries based on natural language input
using ChatGroq (LLM), HuggingFace Embeddings, and Chroma for semantic search and
vectorized storage.

--> Utilized Langchain for chaining query prompts and SQL execution.

-->Applied few-shot learning techniques to improve the accuracy of SQL queries. Optimized for
seamless interaction with SQL databases, enabling efficient and conversational query responses.