Whether Data Gateway can push the required session-log granularity directly to your Python endpoint, rather than assuming it can. That distinction will determine whether your architecture should be:
Data Gateway → API → LLM
or
Data Gateway → Database → Python → LLM.
please do suggest me on the same?