Skip to content

Commit c5c8efe

Browse files
authored
add ai sandbox docs (#978)
Signed-off-by: Mark Nelson <mark.x.nelson@oracle.com>
1 parent 5d4e4a1 commit c5c8efe

File tree

3 files changed

+25
-1
lines changed

3 files changed

+25
-1
lines changed

docs-source/spring/content/_index.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,23 @@ Oracle Backend for Microservices and AI allows developers to build microservices
1212

1313
If you are building Spring Boot applications with Oracle Database, you should also check out [Spring Cloud Oracle](https://github.com/oracle/spring-cloud-oracle) which is the home of a number of the components used in Oracle Backend for Microservices and AI, and which you can also use in your own applications!
1414

15+
## New Developer Preview Feature - Oracle AI Microservices Sandbox
16+
17+
Oracle Backend for Microservices and AI Version 1.3.1 introduces [Oracle AI Microservices Sandbox](https://github.com/oracle-samples/oaim-sandbox) as a *Developer Preview* feature.
18+
19+
The Oracle AI Microservices Sandbox provides a streamlined environment where developers and data scientists can explore the potential of Generative Artificial Intelligence (GenAI) combined with Retrieval-Augmented Generation (RAG) capabilities. By integrating Oracle Database 23ai AI Vector Search, the Sandbox enables users to enhance existing Large Language Models (LLMs) through RAG.
20+
21+
It provides a "sandbox" for experimentation and iteration, allowing you to easily optimize a chatbot/RAG use case by exploring different models, chunking strategies, vector similarity algorithms, prompts, model parameters, memory, re-ranking, and evaluation.
22+
23+
![AI Microservices Sandbox](./ai-microservices-sandbox.png)
24+
25+
This feature is provided as a "developer preview" meaning it is provided for developers to experiment with, without any formal support, but with the expectation that it may become a formal feature in a future release. You may open issues in GitHub and best-effort assistance will be provided. Please be aware that this feature is under development, and not yet considered stable. Functionality, interfaces, etc., may change in non-backwards compatible ways.
26+
27+
For more information about this developer preview feature, please visit:
28+
- the [GitHub repo](https://github.com/oracle-samples/oaim-sandbox)
29+
- the [documentation](https://oracle-samples.github.io/oaim-sandbox/)
30+
- this OCI Cloud Coaching session titled [Building a real chatbot with Oracle Database 23ai](https://www.youtube.com/watch?v=oG9MPCpwUlU), (video) which includes discussion of the background concepts and a demonstration of this feature
31+
1532
## Try it out with CloudBank AI
1633

1734
To learn more about deploying and using Oracle Backend for Microservices and AI, we recommend our

docs-source/spring/content/release-notes/_index.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,16 @@ description: "Release notes for Oracle Backend for Microservices and AI includin
44
keywords: "release notes additions updates deprecations removals springboot spring development microservices development oracle backend"
55
---
66

7+
## Version 1.3.1, October 23rd, 2024
8+
9+
This release includes the following changes:
10+
11+
- Added Oracle Autonomous Database 23ai as the default option for the database on OCI deployments, 19c still available as an option
12+
- Added the Oracle AI Microservices Sandbox as a developer preview feature
13+
714
## Version 1.3.0, September 5th, 2024
815

9-
This release include:
16+
This release includes:
1017

1118
- IntelliJ Plugin
1219
- Optional GPU node pool
Loading

0 commit comments

Comments
 (0)