IntelligentQueryEngine
1.0.0
This repository hosts the Intelligent Query Engine, an AI-driven query solution that integrates advanced natural language processing with robust database querying. The system leverages state-of-the-art AI models, vector databases, and traditional relational databases to provide seamless, intelligent interactions with your data.
This structure provides a high-level overview of how the various components interact in your Intelligent Query Engine project.
Intelligent Query Engine:
+---------------------+
| User Query |
| (Natural Language) |
+----------+----------+
|
v
+-------------------------+
| Google Gemini / Hugging |
| Face Embeddings (NLP) |
+-----------+-------------+
|
v
+------------------------------+
| LangChain (Workflow) |
+-----------+------------------+
|
+-------------------+------------------+
| |
v v
+------------------+ +-------------------+
| ChromaDB | | MySQL Database |
| (Vector Storage) | | (Structured Data)|
+------------------+ +-------------------+
| |
+-------------------+------------------+
|
v
+--------------------------+
| SQL Query Generation |
| (Data Fetching) |
+--------------------------+
|
v
+--------------------------+
| Final Results |
| (Returned to User) |
+--------------------------+
This repository includes an initial implementation in a notebook environment. Transitioning to a production-ready system will involve deploying the components to a scalable infrastructure.
sentence-transformers/all-MiniLM-L6-v2) for query understanding.


T4 GPU in Google Colab-Notebook to complete this task.