awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
defog-ai avatar

defog-ai/sqlcoder

0
View on GitHub↗
4,035 स्टार्स·278 फोर्क्स·Jupyter Notebook·Apache-2.0·9 व्यूज़

Sqlcoder

Sqlcoder एक टेक्स्ट-टू-SQL लार्ज लैंग्वेज मॉडल है जो प्राकृतिक भाषा के प्रश्नों को स्ट्रक्चर्ड, निष्पादन योग्य डेटाबेस क्वेरीज़ में बदलने में माहिर है। यह एक डेटाबेस इंटरफेस और क्वेरी जनरेटर के रूप में कार्य करता है जो मैन्युअल कोड की आवश्यकता के बिना डेटा पुनर्प्राप्ति (data retrieval) की अनुमति देता है। यह सिस्टम स्कीमा-अवेयर प्रॉम्प्टिंग और डायनेमिक कॉन्टेक्स्ट इंजेक्शन के साथ संयुक्त एक इंस्ट्रक्शन-ट्यून्ड मॉडल का उपयोग करता है। डेटाबेस मेटाडेटा को इनजेस्ट करके और उदाहरण क्वेरी पेयर्स के साथ इन-कॉन्टेक्स्ट लर्निंग का उपयोग करके, यह सिंटैक्टिक रूप से वैध क्वेरीज़ जनरेट करता है जो कनेक्टेड डेटाबेस के विशिष्ट स्कीमा से मेल खाते हैं। यह प्रोजेक्ट बिजनेस इंटेलिजेंस ऑटोमेशन और सेल्फ-सर्विस डेटा एनालिटिक्स सहित क्षमताओं की एक व्यापक श्रृंखला को कवर करता है। यह डेटाबेस कनेक्शन मैनेजमेंट के लिए इंफ्रास्ट्रक्चर और क्वेरी निष्पादन व मेटाडेटा इनजेशन के लिए एक विज़ुअल इंटरफेस प्रदान करता है।

Features

  • Natural Language to SQL - Translates natural language questions into executable SQL queries for relational databases.
  • Schema Metadata Injections - Dynamically injects relevant table and column names from the database into the model's prompt.
  • Instruction-Tuned Language Models - Utilizes a large language model fine-tuned on text-to-SQL datasets to map intents to database syntax.
  • In-Context Learning Engines - Uses few-shot prompting with example query pairs to guide the model toward correct SQL dialects.
  • Schema-Aware Prompting - Injects database structural metadata and table definitions into AI prompts to ensure query accuracy.
  • Text-to-SQL Translators - Specialized large language model that maps natural language queries to structured database commands.
  • SQL Query Generation - Automatically generates structured SQL queries based on database schemas and user intent.
  • Natural Language Query Interfaces - Provides a natural language interface for users to interact with data via transformer-based query translation.
  • Business Intelligence - Automates business intelligence by enabling non-technical users to extract insights using natural language.
  • Query Generators - Generates syntactically valid database retrieval statements by combining live schema information with user input.
  • Database Query Interfaces - Functions as a database interface that generates and executes queries based on ingested metadata.
  • Self-Service Data Analytics - Enables users to interact with live databases and retrieve results through visual or text-based interfaces.
  • Practice Projects - Advanced language model specialized for high-performance SQL generation.

स्टार हिस्ट्री

defog-ai/sqlcoder के लिए स्टार हिस्ट्री चार्टdefog-ai/sqlcoder के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

Sqlcoder को शामिल करने वाली क्यूरेटेड खोजें

चुनिंदा कलेक्शन जहाँ Sqlcoder दिखाई देता है।
  • SQL AI क्वेरी असिस्टेंट्स

Sqlcoder के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Sqlcoder के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • clidey/whodbclidey का अवतार

    clidey/whodb

    4,856GitHub पर देखें↗

    whodb is a multi-database management interface and notebook client designed for exploring and managing data across various engines, including Postgres, MySQL, MongoDB, and Redis. It functions as a graphical interface for managing database connections, records, and schemas through a unified layer. The project features a natural language query interface that uses large language models to translate plain English into executable SQL or NoSQL queries. This is supported by schema-aware prompting that injects database metadata into the model context to ensure generated queries match actual table def

    Go
    GitHub पर देखें↗4,856
  • whoiskatrin/sql-translatorwhoiskatrin का अवतार

    whoiskatrin/sql-translator

    4,312GitHub पर देखें↗

    This project is a developer utility that functions as an artificial intelligence-powered assistant for database query management. It provides an interactive interface for translating between natural language and structured database code, simplifying the processes of writing, debugging, and maintaining complex queries. The tool distinguishes itself by incorporating schema-aware context injection, which allows it to align generated queries with specific table definitions and relationship metadata. By maintaining stateful conversation history and utilizing large language model prompting, it enab

    TypeScriptdata-analysisdata-engineeringdataquery
    GitHub पर देखें↗4,312
  • dataherald/dataheraldDataherald का अवतार

    Dataherald/dataherald

    3,617GitHub पर देखें↗

    DataHerald is a natural language text-to-SQL interface and data analytics tool that translates English questions into executable database queries using a large language model. It functions as a query generator and connectivity layer capable of retrieving database records and summarizing the results into human-readable explanations. The project features a dedicated business logic layer for defining database constraints and managing verified query pairs to improve translation accuracy. It acts as a multi-warehouse data connector, allowing for the indexing and querying of multiple SQL databases

    Pythonaidatabasefinetuning
    GitHub पर देखें↗3,617
  • ibm-granite/granite-code-modelsibm-granite का अवतार

    ibm-granite/granite-code-models

    1,250GitHub पर देखें↗

    Granite Code Models is a family of transformer-based foundational models designed for software engineering and logical reasoning tasks. These models are trained on high-quality programming datasets to interpret natural language prompts and generate functional source code, explain complex logic, repair code defects, and produce technical documentation. The project distinguishes itself through specialized training methodologies that align model behavior with complex programming instructions and mathematical problem-solving. By utilizing chain-of-thought reasoning and instruction-tuned parameter

    GitHub पर देखें↗1,250
Sqlcoder के सभी 30 विकल्प देखें→

अक्सर पूछे जाने वाले प्रश्न

defog-ai/sqlcoder क्या करता है?

Sqlcoder एक टेक्स्ट-टू-SQL लार्ज लैंग्वेज मॉडल है जो प्राकृतिक भाषा के प्रश्नों को स्ट्रक्चर्ड, निष्पादन योग्य डेटाबेस क्वेरीज़ में बदलने में माहिर है। यह एक डेटाबेस इंटरफेस और क्वेरी जनरेटर के रूप में कार्य करता है जो मैन्युअल कोड की आवश्यकता के बिना डेटा पुनर्प्राप्ति (data retrieval) की अनुमति देता है। यह सिस्टम स्कीमा-अवेयर प्रॉम्प्टिंग और डायनेमिक कॉन्टेक्स्ट इंजेक्शन के साथ संयुक्त एक इंस्ट्रक्शन-ट्यून्ड मॉडल का उपयोग करता है। डेटाबेस मेटाडेटा को इनजेस्ट करके और…

defog-ai/sqlcoder की मुख्य विशेषताएं क्या हैं?

defog-ai/sqlcoder की मुख्य विशेषताएं हैं: Natural Language to SQL, Schema Metadata Injections, Instruction-Tuned Language Models, In-Context Learning Engines, Schema-Aware Prompting, Text-to-SQL Translators, SQL Query Generation, Natural Language Query Interfaces।

defog-ai/sqlcoder के कुछ ओपन-सोर्स विकल्प क्या हैं?

defog-ai/sqlcoder के ओपन-सोर्स विकल्पों में शामिल हैं: clidey/whodb — whodb is a multi-database management interface and notebook client designed for exploring and managing data across… whoiskatrin/sql-translator — This project is a developer utility that functions as an artificial intelligence-powered assistant for database query… dataherald/dataherald — DataHerald is a natural language text-to-SQL interface and data analytics tool that translates English questions into… ibm-granite/granite-code-models — Granite Code Models is a family of transformer-based foundational models designed for software engineering and logical… dataease/sqlbot — 🔥 基于大模型和 RAG 的智能问数系统,对话式数据分析神器。Text-to-SQL Generation via LLMs using RAG. tencentmusic/supersonic — Supersonic is an LLM-based data analysis platform and semantic layer engine that translates natural language questions…