Tab-SE / langtab

integrating Tableau VizQL Data Service with LangChain for Headless BI use cases via AI Agents
6 stars 0 forks source link

Logging #16

Open stephenlprice opened 3 weeks ago

stephenlprice commented 3 weeks ago

Add a standard logging library to the project as is used in FastAPI and Flask

wjsutton commented 2 days ago

In LangChain we can retrieve the full details of the LLM calls with :

import langchain
langchain.debug = TRUE