A while back I was messing with transformer pipelines in NotebookLM with Bard and found call functions to access google's transformer pipeline from inside a notebook. The function was unstable and limited to only simple answers with no context or sentiment analysis. I figured I'd revisit it with Gemini and found that it appears as if the pipeline is still accessible and now context and sentiment are also. The whole thing is still a bit janky and unstable. But it works.. most of the time.