· Standard
M
Community-Eintrag
llms.txt erreichbar
KI-Impact-Score 30/100 · D
MindsDB ist im llmstxt.info-Verzeichnis als KI-auffindbare Organisation gelistet. Branche: Entwickler-Tools. Die Website docs.mindsdb.com stellt ihre llms.txt unter https://docs.mindsdb.com/llms.txt bereit. Der Eintrag besteht seit 23. December 2025.
Geschäftskategorie
Entwickler-Tools
Eingetragen seit
llms.txt-Adresse
Beschreibung
- Build an Application Handler - Join our Community - How to Contribute to MindsDB - Build a Database Handler - How to Write MindsDB Documentation - MindsDB Installation for Development - How to Write Handlers README - Python Coding Standards - Benefits of MindsDB - Disposable Email Domains and Open…
Gemäß DSGVO Art. 17 kannst du die Löschung deiner Daten beantragen.
llms.txt — Aktueller Inhalt
Öffnen ↗
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="google-site-verification" content="ENITI0G8QNlEov3S3z6z-sdzarZB0iGzogGnapIdFGY" />
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>MindsDB Query Engine — SQL Reference</title>
<meta name="description" content="Build semantic search pipelines entirely in SQL: connect data sources live, index content into knowledge bases, run hybrid vector + keyword search.">
<meta name="robots" content="index, follow">
<meta name="theme-color" content="#070d19">
<link rel="canonical" href="https://mindsdb.github.io/engine/">
<meta property="og:title" content="MindsDB Query Engine — SQL Reference">
<meta property="og:description" content="Build semantic search pipelines entirely in SQL: connect data sources live, index content into knowledge bases, run hybrid vector + keyword search.">
<meta property="og:url" content="https://mindsdb.github.io/engine/">
<meta property="og:type" content="website">
<meta property="og:site_name" content="MindsDB Query Engine">
<meta property="og:image" content="https://mindsdb.github.io/engine/og-image.png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<meta property="og:image:alt" content="MindsDB Query Engine — Semantic Search via SQL">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="MindsDB Query Engine — SQL Reference">
<meta name="twitter:description" content="Build semantic search pipelines entirely in SQL: connect data sources live, index content into knowledge bases, run hybrid vector + keyword search.">
<meta name="twitter:image" content="https://mindsdb.github.io/engine/og-image.png">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"name": "MindsDB Query Engine — SQL Reference",
"url": "https://mindsdb.github.io/engine/",
"description": "Build semantic search pipelines entirely in SQL: connect data sources live, index content into knowledge bases, run hybrid vector + keyword search.",
"about": {
"@type": "SoftwareApplication",
"name": "MindsDB Query Engine",
"applicationCategory": "DeveloperApplication",
"operatingSystem": "Linux, macOS, Windows",
"sameAs": "https://github.com/mindsdb/engine"
}
}
</script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.29.0/themes/prism-tomorrow.min.css" rel="stylesheet">
<style>
:root{
--bg:#070d19;--surface:#0c1422;--surface-2:#111827;--surface-3:#162033;
--line:#1a2540;--line-2:#243354;
--ink:#eef2ff;--ink-2:#b8c5e0;--ink-3:#7a8eab;--ink-4:#495d7a;--ink-5:#2d3f5a;
--accent:rgb(34,211,238);--accent-2:rgb(8,178,207);--accent-3:rgb(6,145,170);
--accent-bg:rgba(34,211,238,0.06);--accent-glow:rgba(34,211,238,0.25);
--danger:#f87171;--danger-bg:rgba(248,113,113,0.08);
--ok:#6ee7b7;--ok-bg:rgba(110,231,183,0.08);
--warn:#fbbf24;--warn-bg:rgba(251,191,36,0.08);
--r:7px;--r-lg:12px;--r-xl:18px;
--sh:0 1px 0 rgba(0,0,0,0.4),0 4px 12px rgba(0,0,0,0.4);
--sh-lg:0 1px 0 rgba(0,0,0,0.4),0 18px 40px rgba(0,0,0,0.6);
--sidebar-w:268px;--header-h:56px;
--font:-apple-system,'Inter',sans-serif;
--font-mono:'JetBrains Mono',monospace;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;scroll-padding-top:calc(var(--header-h) + 24px)}
body{background:var(--bg);color:var(--ink);font-family:var(--font);font-size:15px;line-height:1.65;-webkit-font-smoothing:antialiased}
/* ── BASE ── */
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;scroll-padding-top:calc(var(--header-h) + 28px)}
body{background:var(--bg);color:var(--ink);font-family:var(--font);font-size:15px;line-height:1.7;-webkit-font-smoothing:antialiased;text-rendering:op
[…gekürzt]