Tab-SE / tableau_langchain

Tableau tools for Agentic use cases with Langchain
7 stars 0 forks source link

Move few shot examples of query, JSON pairs to the few_shot.py file #21

Closed stephenlprice closed 2 weeks ago

stephenlprice commented 1 month ago

Move the few shot examples that are currently in the bottom of the nlq_to_vds.py file into the few_shot.py file and expand on the number of few shot examples. While this solution is still immature, we may want to create a set of generic few shot examples as well as data source specific few shot examples for the data sources that we want to query and demo.

Definition of Done

stephenlprice commented 3 weeks ago

I completed all definitions except that I think few shot examples should not be hard coded to generic data sets but specific to each datasource and available via metadata.

There is no place to store this data on the Tableau side but it can be associated with a local store of data that enhances what we can get upstream