Files
gh-oceanbase-ecology-plugin…/skills/seekdb-docs/official-docs/100.get-started/150.build-ai-apps/90.build-ai-apps.md
2025-11-30 08:44:54 +08:00

23 lines
1.7 KiB
Markdown

---
slug: /build-ai-apps
---
# Build AI applications
import DocsCard from '@components/global/DocsCard';
import DocsCards from '@components/global/DocsCards';
Get started with seekdb through a set of short, practical tutorials that show you how to build real AI applications with seekdb.
<DocsCards>
<DocsCard header="Build a knowledge base desktop application based on seekdb" href="/build-kb-in-seekdb">
<p>This tutorial walks you through creating MineKB (a personal, local knowledge base desktop application) using seekdb. You will learn how to combine vector search with large language models (LLMs) to deliver an intelligent question-answering experience.</p>
</DocsCard>
<DocsCard header="Build a cultural tourism assistant with seekdb multi-model integration" href="/build-multi-model-application-based-on-oceanbase">
<p>This tutorial demonstrates how to build a simple travel assistant using seekdb's multi-model integration. By combining spatial data with vector search, you will create a location-aware recommendation application that can retrieve relevant points of interest using mixed GIS and vector queries. Together with an LLM-driven Agent workflow, you can assemble a lightweight trip-planning assistant.</p>
</DocsCard>
<DocsCard header="Build an image search application based on seekdb" href="/build-image-search-app-in-seekdb">
<p>This tutorial shows how to build an image-to-image search application using seekdb's vector search features. seekdb brings vector search directly into SQL, enabling you to use advanced deep learning models to extract image embeddings and implement a simple image search system. The seamless integration of SQL and AI significantly simplifies AI application development.</p>
</DocsCard>
</DocsCards>