Tab-SE / tableau_langchain

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

Enhance Datasource Metadata #8

Closed stephenlprice closed 1 month ago

stephenlprice commented 1 month ago

@joeconstantino wrote the prompts the agent uses to query VDS and perform python analysis.

The VDS query prompts uses metadata to understand how to query the data source. This currently relies on the getMetadata endpoint provided by VDS.

Can it be further enhanced via REST API or Metadata API such that the LLM can make better query decisions?