Skip to content

Commit a943f01

Browse files
authored
Merge pull request #43 from slamonic/main
Update R+AI files, remove .gitkeep, and reorganize notebooks into not…
2 parents 8715118 + a0c30a7 commit a943f01

9 files changed

+19
-5
lines changed

select-ai/r/.gitkeep

Lines changed: 0 additions & 1 deletion
This file was deleted.

select-ai/r/R+AI-helper-functions.R

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
# ==============================================================================
2-
# HELPER FUNCTIONS LIBRARY FOR R+AI RAG IMPLEMENTATION
2+
# R and Select AI:
3+
# Use RAG from your database to answer questions about the R Consortium
34
# ==============================================================================
4-
5+
#
6+
# Helper functions for R+AI.R
7+
#
8+
# Copyright (c) 2025 Oracle Corporation and/or its affilitiates.
9+
#
10+
# The Universal Permissive License (UPL), Version 1.0
11+
# https://oss.oracle.com/licenses/upl/
12+
#
513
# ------------------------------------------------------------------------------
614
# DATABASE CONNECTION FUNCTIONS
715
# ------------------------------------------------------------------------------

select-ai/r/R+AI.R

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,22 @@
11
# ==============================================================================
2-
# R+AI: Use RAG from your database to answer questions about the R Consortium
2+
# R and Select AI:
3+
# Use RAG from your database to answer questions about the R Consortium
34
# ==============================================================================
45
#
6+
# Setup -Run R+AI-helper-functions.R - R+AI-helper-functions.R
7+
#
58
# This script demonstrates Retrieval Augmented Generation (RAG) using
69
# Oracle Autonomous AI Database Select AI to answer natural language questions
710
# based on R Consortium blog content.
811
#
912
# RAG augments your prompt to give the LLM new knowledge without fine tuning
1013
# using your natural language prompt for semantic similarity search.
1114
#
12-
# Prerequisite: Run R+AI-helper-functions.R
15+
# Copyright (c) 2025 Oracle Corporation and/or its affilitiates.
16+
#
17+
# The Universal Permissive License (UPL), Version 1.0
18+
# https://oss.oracle.com/licenses/upl/
19+
#
1320
# ==============================================================================
1421
# SETUP: Load Libraries and establish database connection
1522
# ==============================================================================

0 commit comments

Comments
 (0)