Skip to content
Merged
5 changes: 5 additions & 0 deletions authors.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,11 @@ alexl-oai:
website: "https://www.linkedin.com/in/alex-lowden01/"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My main comment would be I found notebook 06_Vector_Search failed because i need to set my openai api key up. I was following these instructions - https://github.com/lararachidi/agent-supply-chain/blob/main/README.md and notebook 6 fails automatically, should it have an instruction to set openai_api_key before we run the notebook?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A comment for outside of this PR but I would update the https://github.com/lararachidi/agent-supply-chain/blob/main/README.md to set the OpenAI API key before running all notebooks.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch, I’ve moved the OpenAI API Key definition to notebook 1 instead of notebook 6, and will update the README to reflect this change.

avatar: "https://avatars.githubusercontent.com/u/215167546"

lara-openai:
name: "Lara Rachidi"
website: "https://www.linkedin.com/in/lara-rachidi/"
avatar: "https://avatars.githubusercontent.com/u/208707651?v=4"

glojain:
name: "Glory Jain"
website: "https://www.linkedin.com/in/gloryjain/"
Expand Down
553 changes: 553 additions & 0 deletions examples/mcp/databricks_mcp_cookbook.ipynb

Large diffs are not rendered by default.

Binary file added images/databricks_mcp_architecture.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/databricks_mcp_ui.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/pharma_network.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/tracing_dashboard_databricks_mcp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,18 @@
- functions
- tracing

- title: Building a Supply-Chain Copilot with OpenAI Agent SDK and Databricks MCP Servers
path: examples/mcp/mcp_tool_guide.ipynb
date: 2025-07-08
authors:
- lara-openai
tags:
- agents
- mcp
- vector-search
- supply-chain
- databricks

- title: Eval Driven System Design - From Prototype to Production
path: examples/partners/eval_driven_system_design/receipt_inspection.ipynb
date: 2025-06-02
Expand Down