Join the #1 community for AI entrepreneurs and connect with 100,000+ members: https://bit.ly/3uRIRB3
We help industry experts, entrepreneurs & developers build and scale their AI Agency: https://bit.ly/skoolmain
Need AI Solutions Built? Work with me: https://b.link/qv62vqy6
Build AI Agents Without Coding: https://agentivehub.com/
Apply to Join My Team at Morningside AI: https://tally.so/r/wbYr52

In this video, I show you how to chat with multiple files/data sources (PDFs, docs, transcripts, HTML etc) from the same chatbot interface! Apps like the example I show are able to intelligently route the user's query to the correct knowledge base (eg Pinecone or ChromaDB) using an 'intent classifier' that can answer using specialized knowledge. If the query doesn't match any of your data stores then it is sent to the ChatGPT API to be answered.

This is a very powerful and robust system to be familiar with, even better to be able to steal my code for your own projects and modify accordingly!

Mentioned in the video
MBAGPT Repo: https://github.com/wombyz/MBAGPT

Timestamps:
0:00 - What are Hybrid Chatbots?
1:21 - MBAGPT Explained
3:26 - Intent Classifers Explained
8:00 - Running the app
10:06 - How to use for yourself!