Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,12 @@ Jupyter notebooks and interactive tutorials covering:
- Data preparation and analysis workflows
- Agent development and orchestration examples

| Name | Description | Stack | Link |
| --------------------------------- | ---------------------------------------------------------------- | --------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------- |
| memory_context_engineering_agents | Build AI agents with 6 types of persistent memory. | LangChain, Oracle AI Database, OpenAI, Tavily | [![Open Notebook](https://img.shields.io/badge/Open%20Notebook-orange?style=flat-square)](./notebooks/memory_context_engineering_agents.ipynb) |
| oracle_rag_agents_zero_to_hero | Learn to build RAG agents from scratch using Oracle AI Database. | Oracle AI Database, OpenAI, OpenAI Agents SDK | [![Open Notebook](https://img.shields.io/badge/Open%20Notebook-orange?style=flat-square)](./notebooks/oracle_rag_agents_zero_to_hero.ipynb) |
| oracle_rag_with_evals | Build RAG systems with comprehensive evaluation metrics | Oracle AI Database, OpenAI, BEIR, Galileo | [![Open Notebook](https://img.shields.io/badge/Open%20Notebook-orange?style=flat-square)](./notebooks/oracle_rag_with_evals.ipynb) |
| Name | Description | Stack | Link |
| --------------------------------- | ----------------------------------------------------------------------- | --------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------ |
| memory_context_engineering_agents | Build AI agents with 6 types of persistent memory. | LangChain, Oracle AI Database, OpenAI, Tavily | [![Open Notebook](https://img.shields.io/badge/Open%20Notebook-orange?style=flat-square)](./notebooks/memory_context_engineering_agents.ipynb) |
| oracle_rag_agents_zero_to_hero | Learn to build RAG agents from scratch using Oracle AI Database. | Oracle AI Database, OpenAI, OpenAI Agents SDK | [![Open Notebook](https://img.shields.io/badge/Open%20Notebook-orange?style=flat-square)](./notebooks/oracle_rag_agents_zero_to_hero.ipynb) |
| oracle_rag_with_evals | Build RAG systems with comprehensive evaluation metrics | Oracle AI Database, OpenAI, BEIR, Galileo | [![Open Notebook](https://img.shields.io/badge/Open%20Notebook-orange?style=flat-square)](./notebooks/oracle_rag_with_evals.ipynb) |
| code_review_assistant_agentspec | Build an AI agent specialized in code review assistance using AgentSpec | Agent Spec, Wayflow, Langgraph | [![Open Notebook](https://img.shields.io/badge/Open%20Notebook-orange?style=flat-square)](./notebooks/agentspec/code_review_assistant_agentspec.ipynb) |

### 🎓 **Workshops** (`/workshops`)

Expand Down
11 changes: 6 additions & 5 deletions notebooks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,12 @@ The notebooks cover various aspects of AI development including:

## Notebooks

| Title | Stack | Use Case | Notebook |
| ------------------------------------------ | --------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------ |
| Memory & Context Engineering for AI Agents | LangChain, Oracle AI Database, OpenAI, Tavily | Build AI agents with 6 types of persistent memory. Covers memory engineering, context window management, and just-in-time retrieval patterns. | [![Open Notebook](https://img.shields.io/badge/Open%20Notebook-orange?style=flat-square)](./memory_context_engineering_agents.ipynb) |
| Oracle RAG Agents: Zero to Hero | Oracle AI Database, OpenAI, OpenAI Agents SDK | Learn to build RAG agents from scratch using Oracle AI Database. | [![Open Notebook](https://img.shields.io/badge/Open%20Notebook-orange?style=flat-square)](./oracle_rag_agents_zero_to_hero.ipynb) |
| Oracle RAG with Evaluations | Oracle AI Database, OpenAI, BEIR, Galileo | Build RAG systems with comprehensive evaluation metrics. | [![Open Notebook](https://img.shields.io/badge/Open%20Notebook-orange?style=flat-square)](./oracle_rag_with_evals.ipynb) |
| Title | Stack | Use Case | Notebook |
| ------------------------------------------ | --------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- |
| Memory & Context Engineering for AI Agents | LangChain, Oracle AI Database, OpenAI, Tavily | Build AI agents with 6 types of persistent memory. Covers memory engineering, context window management, and just-in-time retrieval patterns. | [![Open Notebook](https://img.shields.io/badge/Open%20Notebook-orange?style=flat-square)](./memory_context_engineering_agents.ipynb) |
| Oracle RAG Agents: Zero to Hero | Oracle AI Database, OpenAI, OpenAI Agents SDK | Learn to build RAG agents from scratch using Oracle AI Database. | [![Open Notebook](https://img.shields.io/badge/Open%20Notebook-orange?style=flat-square)](./oracle_rag_agents_zero_to_hero.ipynb) |
| Oracle RAG with Evaluations | Oracle AI Database, OpenAI, BEIR, Galileo | Build RAG systems with comprehensive evaluation metrics. | [![Open Notebook](https://img.shields.io/badge/Open%20Notebook-orange?style=flat-square)](./oracle_rag_with_evals.ipynb) |
| Code Review Assistant AgentSpec | Agent Spec, Wayflow, Langgraph | Build an AI agent specialized in code review assistance using AgentSpec. | [![Open Notebook](https://img.shields.io/badge/Open%20Notebook-orange?style=flat-square)](./agentspec/code_review_assistant_agentspec.ipynb) |

## Getting Started

Expand Down
Loading