- Pass the result chunks and the user question to the LLM
+ Pass the result chunks and the user question to the LLM
|
DBMS_VECTOR_CHAIN.UTL_TO_GENERATE_TEXT(messages, json(params_genai))
|
-
+
-
• In the next LAB, the APEX code will be calling the package functions here.
• This means that these packages could then easily be called from any programming language, eg.,
@@ -393,10 +396,13 @@ In this lab we learned how a RAG solution using PLSQL works. The table below li
* OCI, OCCI, ODBC, Pro*C or Pro*COBOL
* Go, Rust, PHP, Ruby etc
+## Summary
-You may now [proceed to the next lab](#next).
+You now know how to create the database vector tables with sql worksheet in ADB using OCI console.
+You may now [proceed to the next lab](#next).
## Acknowledgements
+
* **Authors** - Vijay Balebail, Milton Wan, Blake Hendricks
* **Last Updated By/Date** - Milton Wan, July 2024
diff --git a/ai-vector-search-apex-adb/workshops/freetier/manifest.json b/ai-vector-search-apex-adb/workshops/freetier/manifest.json
index bde23771..19478067 100644
--- a/ai-vector-search-apex-adb/workshops/freetier/manifest.json
+++ b/ai-vector-search-apex-adb/workshops/freetier/manifest.json
@@ -24,20 +24,21 @@
"filename": "../../download/download.md"
},
{
- "title": "Lab 3: Setup APEX Service",
+ "title": "Lab 3: Create the Vector tables",
+ "description": "Create the vector table and compile the RAG procedures and functions.",
+ "filename": "../../tables/tables.md"
+ },
+ {
+ "title": "Lab 4: Setup APEX Service",
"description": "Set up the APEX service and import the pre-created RAG application.",
"filename": "../../apex/apex.md"
},
{
- "title": "Lab 4: Edit APEX Application",
+ "title": "Lab 5: Edit APEX Application",
"description": "Configure the application to access the object storage.",
"filename": "../../apex-app/apex-app.md"
},
- {
- "title": "Lab 5: Create the Vector tables",
- "description": "Create the vector table and compile the RAG procedures and functions.",
- "filename": "../../tables/tables.md"
- },
+
{
"title": "Lab 6: Run the RAG application",
"description": "Run the RAG application.",