/talk-to-db

Using long context capacity we can talk to DBs like we talk to PDFs.

Primary LanguagePython

YI Airlines Helper

Introduction

YI Airlines Helper is a handy chatbot style helper that presents the user with helpful data about various consumer airline companies. Using prompts, a user can ask a simple question such as “what city does Emirates fly into” or What's the longest flight hours offered from LATAM”, “How many flights per day total for Air Canada”?

For developers - you can import your SQL DB, deploy this app and use prompts with common language to generate responses. For the sake of this example, we have prepared a sample dataset with Airline Companies and location data.

Getting Started

  1. Clone the repo
  2. Install the Dependencies using pip
  3. Run the app locally

Maintainers