Skip to content

Commit

Permalink
Updates for 23.6 (#186)
Browse files Browse the repository at this point in the history
* Apex-RAG

This lab is in production for testing purposes.

* update

* updts

* Update manifest.json

* Update apex.md

* Update apex.md

* Update apex.md

* updates

* Update ask.md

* Update tables.md

* updts

* updts

* .

* TEST

* Update download.md

* Update download.md

* f

* .

* Update apex-app.md

* updates

* Update download.md

* updates

* updates

* Delete setup.md

* Update download.md

* updates

* updates

* Update setup.md

* Update setup.md

* Update download.md

* UPDATES

* updates

* Update introduction.md

* updates

* Update setup.md

* Update to:

* Updates

* Updates Formatting

* Updates from Kevin and Ramon @klazarz @ramonamagadan18

* updates

* Delete ai-vector-search-apex-adb directory

* update

* Update download.md

* Image Update

* Updates

* Update ask.md

* Updated ACL configuration

* Update download.md

* Update download.md

* General Updates

* Update tables.md

* Date Changes

* Update tables.md

* Update tables.md

* Update download.md

* Update download.md

---------

Co-authored-by: Ana-Maria COMAN <[email protected]>
  • Loading branch information
bhenndricks and anacoman11 authored Nov 27, 2024
1 parent c9767bc commit ac91ebd
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions ai-vector-search-apex-adb/tables/tables.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,8 @@ END;
</copy>
```

## Task 3: Option 2 IS NOT AVAILABLE AT THE MOMENT. PLEASE USE OPTION 1.
## Task 3: Option 2 OCIGEN AI


The LLM involves processing both the user question and relevant text excerpts to generate responses tailored specifically to the provided context. It's essential to note that the nature of the response is contingent upon the question and the LLM utilized.

Expand Down Expand Up @@ -317,9 +318,9 @@ BEGIN
{
"provider":"ocigenai",
"credential_name": "GENAI_CRED",
"url": "https://inference.generativeai.us-chicago-1.oci.oraclecloud.com/20231130/actions/generateText",
"url": "https://inference.generativeai.us-chicago-1.oci.oraclecloud.com/20231130/actions/chat",
"model": "cohere.command-r-16k",
"inferenceRequest": {
"chatRequest" : {
"maxTokens": 2000,
"temperature": 1
}
Expand Down

0 comments on commit ac91ebd

Please sign in to comment.