Yes, it’s viable — Databricks’ in-house agents can handle that workflow if you define each stage as callable Python tools. The key is robust function design and proper metadata access. However, you might find integrating Unity Catalog and Git integra...
Hi @wind2025, for Mosaic RAG setups:Parallel retrievals: independent retrievers feeding one or multiple LLMs.Linear retrievals: chain retrievers so output of one filters the next.Independent RAG chains: define separate chains and register both as too...