Learn how to build a browser-based chatbot using TensorFlow.js and the Universal Sentence Encoder to retrieve Bible verses, no backend required.
Overview
I recently built a Retrieval Only Chatbot (ROC).
You ask it anything, and it responds with verses from the bible. It is basically a RAG app without the generation part.
The app runs entirely in the browser and is built using TensorFlow.js and the Universal Sentence Encoder.