@Suheb , We have a bunch of resources around Databricks RAG. Did you have a chance to look at the available documentation? Adding a few of them below.
Databricks docs for RAG: https://docs.databricks.com/aws/en/generative-ai/retrieval-augmented-gener...
Hi @normk-sd , Not sure what your exact requirements are, but we have a bunch of new notebooks around MCP and multi-agent systems.
LangGraph/OpenAI MCP tool-calling agent:
https://docs.databricks.com/aws/en/generative-ai/mcp/managed-mcp
Multi-agent s...
@Rajat-TVSM , The error usually suggests incompatibility between your request payload and what the model expects.
However, if you have verified that the same payload no longer reproduces the issue, it will be challenging to identify the root cause. Y...
@the_peterlandis, Yes, currently vector_search SQL function doesn't provide pre filter support. However, if you must implement the UC function for this, you can do it something like below using Python code with filters.
%sql
CREATE OR REPLACE FUNCT...