Skip to content

Commit ff513ad

Browse files
committed
feat: updated main readme with a list of all found resources in the repository.
1 parent 34c9487 commit ff513ad

File tree

1 file changed

+74
-18
lines changed

1 file changed

+74
-18
lines changed

README.md

Lines changed: 74 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,88 @@
1-
# devrel-labs
1+
# DevRel Labs - AI Solutions Hub
22

3-
[![License: UPL](https://img.shields.io/badge/license-UPL-green)](https://img.shields.io/badge/license-UPL-green) [![Quality gate](https://sonarcloud.io/api/project_badges/quality_gate?project=oracle-devrel_devrel-labs)](https://sonarcloud.io/dashboard?id=oracle-devrel_devrel-labs)
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.
44

5-
## THIS IS A NEW, BLANK REPO THAT IS NOT READY FOR USE YET. PLEASE CHECK BACK SOON!
5+
## 🚀 New AI Solutions (2024)
66

7-
## Introduction
8-
MISSING
7+
### 1. [Oracle MCP AI Agents](./oracle-mcp-ai-agents/)
8+
**Building AI Agents with Model Context Protocol (MCP) and Oracle Database 23ai**
99

10-
## Getting Started
11-
MISSING
10+
- **MCP Integration**: Secure tool calling between LLMs and Oracle Database
11+
- **Real-time Data Access**: Live business data integration without ETL
12+
- **Vector RAG**: Native vector search capabilities
13+
- **Langflow Integration**: Visual workflow builder for AI agents
14+
- **Use Cases**: Financial advisor, customer service, business intelligence
1215

13-
### Prerequisites
14-
MISSING
16+
### 2. [Oracle RAG Applications](./oracle-rag-applications/)
17+
**Building RAG Applications with Oracle Database 23ai**
1518

16-
## Notes/Issues
17-
MISSING
19+
- **Vector Embeddings**: Native vector storage and search
20+
- **Document Processing**: Support for PDF, DOCX, TXT, and other formats
21+
- **Semantic Search**: Advanced similarity search using vector embeddings
22+
- **LLM Integration**: Seamless integration with various Large Language Models
23+
- **Use Cases**: Knowledge management, customer support, content creation
1824

19-
## URLs
20-
* Nothing at this time
25+
### 3. [Oracle Select AI Insights](./oracle-select-ai-insights/)
26+
**Talk with Industry-Specific Domain Data and Gain Insights Using Select AI**
2127

22-
## Contributing
23-
This project is open source. Please submit your contributions by forking this repository and submitting a pull request! Oracle appreciates any contributions that are made by the open source community.
28+
- **Natural Language Queries**: Ask questions in plain English
29+
- **Domain-Specific Knowledge**: Industry-tailored insights and analysis
30+
- **No SQL Required**: Democratized data access for business users
31+
- **Multi-Industry Support**: Finance, healthcare, retail, manufacturing
32+
- **Use Cases**: Business intelligence, compliance, operational analytics
33+
34+
## 🔧 Existing Solutions
35+
36+
### AI & Machine Learning
37+
- [Agentic RAG](./agentic_rag/) - AI RAG in a BOX Demo using Oracle Autonomous Database 23ai and Local LLMs
38+
- [PlaneLLM](./planeLLM/) - PlaneLLM integration with Oracle Database
39+
- [Neural Networks Hero](./neural_networks_hero/) - Neural network implementations and tutorials
40+
41+
### Computer Vision
42+
- [OCI Vision AI](./oci-vision-ai/) - Computer vision solutions using Oracle Cloud Infrastructure
43+
- [Mask Detection](./mask_detection_training/) - Training and labeling for mask detection models
44+
45+
### Language & Translation
46+
- [OCI Language Translation](./oci-language-translation/) - Multi-language translation services
47+
- [OCI Subtitle Translation](./oci-subtitle-translation/) - Automated subtitle translation
48+
- [OCI CSV-JSON Translation](./oci-csv-json-translation/) - Data format conversion tools
49+
50+
### Infrastructure & Deployment
51+
- [NVIDIA NIM on OKE](./nvidia-nim-oke/) - NVIDIA Inference Microservices on Oracle Container Engine
52+
- [Holoscan](./holoscan/) - Holoscan applications and deployments
53+
- [Kubeflow on OKE](./kubeflow-oke-old/) - Machine learning workflows on Kubernetes
54+
55+
### Data & Analytics
56+
- [Data in AI Revolution](./data-in-ai-revolution/) - Data-driven AI solutions and insights
57+
- [RAG in a Box](./rag_in_a_box/) - Retrieval-Augmented Generation solutions
58+
59+
## 🚀 Getting Started
60+
61+
Each solution includes:
62+
- Comprehensive README with architecture overview
63+
- Quick start guides and prerequisites
64+
- Configuration examples and deployment options
65+
- Use cases and best practices
66+
- Troubleshooting guides
67+
68+
## 📚 Resources
69+
70+
- [Oracle Database 23ai Documentation](https://docs.oracle.com/en/database/oracle/oracle-database/23ai/)
71+
- [Oracle Cloud Infrastructure](https://www.oracle.com/cloud/)
72+
- [Oracle AI Documentation](https://docs.oracle.com/en/database/oracle/oracle-database/23ai/ai/)
73+
74+
## 🤝 Contributing
75+
76+
We welcome contributions! Please see individual solution directories for contribution guidelines.
77+
78+
## 📄 License
2479

25-
## License
2680
Copyright (c) 2024 Oracle and/or its affiliates.
2781

2882
Licensed under the Universal Permissive License (UPL), Version 1.0.
2983

30-
See [LICENSE](LICENSE.txt) for more details.
84+
See [LICENSE](./LICENSE) for more details.
85+
86+
---
3187

32-
ORACLE AND ITS AFFILIATES DO NOT PROVIDE ANY WARRANTY WHATSOEVER, EXPRESS OR IMPLIED, FOR ANY SOFTWARE, MATERIAL OR CONTENT OF ANY KIND CONTAINED OR PRODUCED WITHIN THIS REPOSITORY, AND IN PARTICULAR SPECIFICALLY DISCLAIM ANY AND ALL IMPLIED WARRANTIES OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY, AND FITNESS FOR A PARTICULAR PURPOSE. FURTHERMORE, ORACLE AND ITS AFFILIATES DO NOT REPRESENT THAT ANY CUSTOMARY SECURITY REVIEW HAS BEEN PERFORMED WITH RESPECT TO ANY SOFTWARE, MATERIAL OR CONTENT CONTAINED OR PRODUCED WITHIN THIS REPOSITORY. IN ADDITION, AND WITHOUT LIMITING THE FOREGOING, THIRD PARTIES MAY HAVE POSTED SOFTWARE, MATERIAL OR CONTENT TO THIS REPOSITORY WITHOUT ANY REVIEW. USE AT YOUR OWN RISK.
88+
*Built with ❤️ by the Oracle DevRel team*

0 commit comments

Comments
 (0)