For step-by-step instructions for a particular use case, ask questions in our Discord our reach out directly via email!
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.Like to add emojis in your responses? Want to base answers on previous conversations your support agents have had? Want a human in the loop? Tell us in your system message.
Through prompting, Baseplate apps can even respond with βI donβt knowβ when the proper information is missing in your datasets.
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. Baseplate AI Apps can respond with images. For visual learners, this is a must have. For more info, check out our APIs.
- 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. Apps on Baseplate are always able to cite sources and provide links to source material.
- 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. Use our Document Retrieval APIs to find relevant documents, or our search APIs to find relevant chunks of documents.
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.