π Use Cases
Ways Our Users Use Baseplate
This page contains a high-level overview of a few apps you can build with Baseplate. Baseplate is a platform for building YOUR AI, so feel free to get creative and tailor it to your ideal use case!
Customer Support
A common and valuable use case for retrieval-based LLM apps is engaging your customers when they have questions. An AI application is always available, and given the right context, will accurately answer questions about your products.
With Baseplate you can build a custom support app that fits into your workflow.
Implementation Suggestions
Datasets
Product documentation and conversation history.
App
Multi-step semantic search and voice/tone guidance.
Deployment
Slack, Discord, Intercom, etc.
AI Teaching Assistant
LLMs can be used to make educational content more engaging and accessible for students. With Baseplate, you can connect your course content and have an AI help you teach.
Our customers have built apps that
- Explain course content and review material with students
- Personalize assignments to individuals
- Recommend readings or next steps
- Grade assignments and tests
Implementation Suggestions
Datasets
Course content, lecture slides, readings, assignments
App
Multi-step semantic search, course progress variables, student profiles
Deployment
Deploy via API within the course platform
AI Knowledge Hub
Retrieval-based LLM apps are great at finding relevant content and synthesizing large amounts of information. Instead of searching through Google Drive, find and utilize the most relevant content through a simple chat interface.
Why is this important?
- This can speed up onboarding of new teammembers
- Help you leverage your collective knowledge and experience better
- Prepare you for important meetings or presentations
Implementation Suggestions
Datasets
Meeting transcripts, Documents, Case Studies, and anything else you have.
App
Simple Q/A prompt, variables to filter search results
Deployment
Deploy via API within your teams intranet, or as a Slack bot
Proposals / Contracts Assistant
LLMs can be integral parts of your workflows relating to proposals and contracts. Received an RFP from a potential customer? A Baseplate app can help draft a Q/A document based on your previous work. It can then use answers from your Q/A document to draft a proposal.
Implementation Suggestions
Datasets
Previous proposals, Q/A documents, & product documentation
App
Multi-step semantic search, Document Retrieval, Current State
Deployment
Deploy via API within your teams intranet, or as a Slack bot
E-Commerce Shopping Guide
Want to help your customers find the most relevant products? Turn your search bar into an AI shopping assistant.
Implementation Suggestions
Datasets
Product catalog (descriptions, images, names, etc.)
App
Simple Q/A chat bot
Deployment
Deploy via API within your storeβs webpage.