Skip to content

Commit 64493e2

Browse files
authored
Merge branch 'main' into oke-policies
2 parents 9319ba8 + 0f55387 commit 64493e2

2,182 files changed

Lines changed: 692461 additions & 790 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
Copyright (c) 2026 Oracle and/or its affiliates.
2+
3+
The Universal Permissive License (UPL), Version 1.0
4+
5+
Subject to the condition set forth below, permission is hereby granted to any
6+
person obtaining a copy of this software, associated documentation and/or data
7+
(collectively the "Software"), free of charge and under any and all copyright
8+
rights in the Software, and any and all patent rights owned or freely
9+
licensable by each licensor hereunder covering either (i) the unmodified
10+
Software as contributed to or provided by such licensor, or (ii) the Larger
11+
Works (as defined below), to deal in both
12+
13+
(a) the Software, and
14+
(b) any piece of software and/or hardware listed in the lrgrwrks.txt file if
15+
one is included with the Software (each a "Larger Work" to which the Software
16+
is contributed by such licensors),
17+
18+
without restriction, including without limitation the rights to copy, create
19+
derivative works of, display, perform, and distribute the Software and make,
20+
use, sell, offer for sale, import, export, have made, and have sold the
21+
Software and the Larger Work(s), and to sublicense the foregoing rights on
22+
either these or other terms.
23+
24+
This license is subject to the following condition:
25+
The above copyright notice and either this complete permission notice or at
26+
a minimum a reference to the UPL must be included in all copies or
27+
substantial portions of the Software.
28+
29+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
30+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
31+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
32+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
33+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
34+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
35+
SOFTWARE.
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# OCI NL2SQL + Vector Search with LiveKit Voice Agent
2+
3+
The following asset is a tool designed to display how the LiveKit plugin can be used on top of OCI Generative AI, OCI Speech, and Oracle Autonomous Database to enable a real-time voice-powered hotel reservation assistant. The agent supports natural language room availability queries via NL2SQL, hotel document search via OCI vector store, live web search, and booking creation.
4+
5+
Reviewed: 17.06.2026
6+
7+
Author: David Attia.
8+
9+
---
10+
11+
## When to use this asset?
12+
13+
When you want to build a real-time voice AI agent that can answer questions from structured database data (using OCI NL2SQL), unstructured documents (using OCI vector store file search), and live web content (using OCI web search) — all through a conversational voice interface powered by LiveKit and OCI Speech.
14+
15+
---
16+
17+
## How to use this asset?
18+
See the full setup and usage guide in [`files/README.md`](./files/README.md).
19+
20+
---
21+
## License
22+
Copyright (c) 2026 Oracle and/or its affiliates.
23+
Licensed under the Universal Permissive License (UPL), Version 1.0.
24+
See [`License`](./LICENSE) file for details.

0 commit comments

Comments
 (0)