FeatureBaseDB / featurebase-examples

Examples for FeatureBase Community
MIT License
6 stars 1 forks source link

LLM conversational query to SQL3 framework #16

Open kordless opened 1 year ago

kordless commented 1 year ago

Build a framework that takes a conversational query and sends it to GPT-3's APIs. Use that query against an existing FB data set.

  1. provide a means to ingest a moderate amount of data into FB
  2. use the schema of the data in FB to synthesize a query from a conversational query entered by the user.
  3. output the resulting query and the results from FB

This issue is prerequisite for #2.