You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(repo): reorganize repository structure into apps/ and workshops/ directories
- Updated .gitignore to reflect new paths under apps/ subdirectory for various applications
- Modified README.md to add Repository Structure section and update all project links to point to correct subdirectories (apps/ for applications, workshops/ for educational materials)
- Ensures better organization and clarity for users navigating the DevRel Labs repository
Copy file name to clipboardExpand all lines: README.md
+20-14Lines changed: 20 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,15 @@
2
2
3
3
Welcome to DevRel Labs, a collection of AI solutions and tools built with Oracle technologies. This repository contains practical implementations, demos, and guides for various AI use cases.
4
4
5
+
## Repository Structure
6
+
7
+
-`apps/`: Deployable applications, automation scripts, and infrastructure-as-code projects.
8
+
-`workshops/`: Step-by-step guides, LiveLabs content, and educational materials.
9
+
-`notebooks/`: Reserved for notebook-driven explorations and tutorials (currently minimal).
10
+
5
11
## 🚀 New AI Solutions (2024)
6
12
7
-
### 1. [Oracle MCP AI Agents](./oracle-mcp-ai-agents/)
13
+
### 1. [Oracle MCP AI Agents](./apps/oracle-mcp-ai-agents/)
8
14
**Building AI Agents with Model Context Protocol (MCP) and Oracle Database 26ai**
9
15
10
16
-**MCP Integration**: Secure tool calling between LLMs and Oracle Database
@@ -13,7 +19,7 @@ Welcome to DevRel Labs, a collection of AI solutions and tools built with Oracle
13
19
-**Langflow Integration**: Visual workflow builder for AI agents
14
20
-**Use Cases**: Financial advisor, customer service, business intelligence
@@ -188,4 +188,4 @@ The deployment of this solution requires the following minimum resources:
188
188
189
189
## Conclusion
190
190
191
-
You can check out the full AI solution and the deployment options we mention in this article in [the official GitHub repository](https://github.com/oracle-devrel/devrel-labs/tree/main/agentic_rag).
191
+
You can check out the full AI solution and the deployment options we mention in this article in [the official GitHub repository](https://github.com/oracle-devrel/ai-solutions/tree/main/apps/agentic_rag).
0 commit comments