{ "cells": [ { "cell_type": "markdown", "id": "dfe5445091782f76", "metadata": {}, "source": [ "# Localized Agent\n", "\n", "This recipe will show you how to use Nimble to make a simple Q&A ChatBot based on Google Maps data.\n", "\n", "
\n", "\n", "Background
\n", "\n", "In the past, users had to rely on search engines and manually browse through multiple web pages to research or answer questions. Large Language Models (LLMs) have revolutionized this process. They can efficiently utilize map data and extract relevant content. By leveraging this information, LLMs can quickly provide accurate answers to user queries, eliminating the need for active searching. Users can simply pose their questions and let the LLM work in the background, significantly streamlining the information retrieval process.\n", "
\n", "Additional Real-World Applications
\n", "