diff --git a/docs/content/_index.md b/docs/content/_index.md index 53865e6e..75d73ea2 100644 --- a/docs/content/_index.md +++ b/docs/content/_index.md @@ -19,7 +19,7 @@ The {{< full_app_ref >}} provides a streamlined environment where developers and - **RAG**: Enhances **LLM**s by retrieving relevant, real-time information allowing models to provide up-to-date and accurate responses. - **Vector Database**: A database, including Oracle Database 23ai, that can natively store and manage vector embeddings and handle the unstructured data they describe, such as documents, images, video, or audio. -## {{< short_app_ref >}} Features +## Features - [Configuring Embedding and Chat Models](client/configuration/model_config) - [Splitting and Embedding Documentation](client/tools/split_embed) diff --git a/docs/content/client/configuration/db_config.md b/docs/content/client/configuration/db_config.md index fc1c0b51..a90f3868 100644 --- a/docs/content/client/configuration/db_config.md +++ b/docs/content/client/configuration/db_config.md @@ -18,7 +18,7 @@ The database can either be configured through the [{{< short_app_ref >}} interfa --- -### {{< short_app_ref >}} Interface +### Interface To configure the Database from the {{< short_app_ref >}}, navigate to `Configuration -> Database`: diff --git a/docs/content/client/configuration/oci_config.md b/docs/content/client/configuration/oci_config.md index 20ef3a10..ce9715a3 100644 --- a/docs/content/client/configuration/oci_config.md +++ b/docs/content/client/configuration/oci_config.md @@ -22,7 +22,7 @@ You will need to [generate an API Key](https://docs.oracle.com/en-us/iaas/Conten --- -### {{< short_app_ref >}} Interface +### Interface To configure the Database from the {{< short_app_ref >}}, navigate to `Configuration -> OCI`: diff --git a/docs/content/walkthrough/_index.md b/docs/content/walkthrough/_index.md index 4aac88f9..d3f7712e 100644 --- a/docs/content/walkthrough/_index.md +++ b/docs/content/walkthrough/_index.md @@ -125,7 +125,7 @@ To enable the **RAG** functionality, access to an embedding model is required. T podman exec -it ollama ollama pull mxbai-embed-large ``` -### The {{< short_app_ref >}} +### The AI Optimizer The {{< short_app_ref >}} provides an easy to use front-end for experimenting with **LLM** parameters and **RAG**. diff --git a/docs/layouts/partials/menu-footer.html b/docs/layouts/partials/menu-footer.html index e71a640f..8846ffbb 100644 --- a/docs/layouts/partials/menu-footer.html +++ b/docs/layouts/partials/menu-footer.html @@ -4,43 +4,39 @@ spell-checker: ignore Luma, assetbusting, SMPTE, octicon --> -{{- $assetBusting := partialCached "assetbusting.gotmpl" . }} - -
Built with by ORACLE
- - \ No newline at end of file +Built with by ORACLE
+ + + \ No newline at end of file