Make your first project with Unbody
At a high level, Unbody’s data pipeline looks like this:
- Configure the Knowledge Base
Set up your project’s parameters: choose a vectorizer, pick enhancers, and define any custom schemas.
- Populate the Knowledge Base
Connect cloud integrations (e.g. Google Drive) or push your own files to ingest.
- Query the Knowledge Base
Use the Content API to power semantic search, RAG, chatbots, or generative agents.
You can build projects in Unbody using two approaches:
If this is your first time using Unbody, we recommend starting with the console to understand the platform, then moving to the SDK as your needs grow more complex.
Using Console (Recommended for beginners)
Create projects with a visual interface, faster onboarding, and minimal code required.
RAG for Google Docs
A system that searches docs semantically and answers questions with source references
Visual Search Engine
Find similar images and understand image content
AI Assistant (Discord)
A Discord AI assistant that learns from your community's conversations
Using SDK (More flexibility)
Full programmatic control with more customization options.