Skip to content

Commit 139cfaa

Browse files
committed
Adding vector search on OCI Cache and 2025>2026 changes
1 parent 8b2ba49 commit 139cfaa

58 files changed

Lines changed: 546 additions & 51 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.

data-platform/open-source-data-platforms/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Open Source Data Platforms continue to extend the Oracle Data Platform with Key
1414

1515
# License
1616

17-
Copyright (c) 2025 Oracle and/or its affiliates.
17+
Copyright (c) 2026 Oracle and/or its affiliates.
1818

1919
Licensed under the Universal Permissive License (UPL), Version 1.0.
2020

data-platform/open-source-data-platforms/oci-big-data-service/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Reviewed: 11.11.2025
2626

2727
# License
2828

29-
Copyright (c) 2025 Oracle and/or its affiliates.
29+
Copyright (c) 2026 Oracle and/or its affiliates.
3030

3131
Licensed under the Universal Permissive License (UPL), Version 1.0.
3232

data-platform/open-source-data-platforms/oci-cache/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,11 @@ Reviewed: 11.11.2025
2626
# Reusable Assets
2727

2828
- [Connect OCI Cache through Network Load Balancer](https://github.com/oracle-devrel/technology-engineering/tree/main/data-platform/open-source-data-platforms/oci-cache/connect-via-nlb)
29+
- [Vector Search with OCI Cache (Valkey 8.1) and OCI Data Science Notebook](https://github.com/oracle-devrel/technology-engineering/tree/main/data-platform/open-source-data-platforms/oci-cache/vector-search)
2930

3031
# License
3132

32-
Copyright (c) 2025 Oracle and/or its affiliates.
33+
Copyright (c) 2026 Oracle and/or its affiliates.
3334

3435
Licensed under the Universal Permissive License (UPL), Version 1.0.
3536

data-platform/open-source-data-platforms/oci-cache/connect-via-nlb/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2025 Oracle and/or its affiliates.
1+
Copyright (c) 2026 Oracle and/or its affiliates.
22

33
The Universal Permissive License (UPL), Version 1.0
44

data-platform/open-source-data-platforms/oci-cache/connect-via-nlb/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Open the exposing-oci-cache-via-network-load-balancer.pdf and follow the steps c
1818

1919
# License
2020

21-
Copyright (c) 2025 Oracle and/or its affiliates.
21+
Copyright (c) 2026 Oracle and/or its affiliates.
2222

2323
Licensed under the Universal Permissive License (UPL), Version 1.0.
2424

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: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Vector Search with OCI Cache (Valkey 8.1) and OCI Data Science Notebook
2+
3+
Reviewed: 12.02.2026
4+
5+
# When to use this asset?
6+
7+
When you need an example of connecting, storing, and querying embeddings as vector search using OCI Cache (Valkey 8.1)
8+
9+
# How to use this asset?
10+
11+
Open the oci_cache_valkey_search.ipynb in an OCI Data Science Notebook session or in your preferred IDE, review and run the code.
12+
13+
# Pre-requisites:
14+
15+
- Create a VCN with public and private subnet
16+
- Create an OCI Cache instance in a private subnet with Valkey 8.1
17+
- Create an OCI Data Science notebook in the private subnet with NAT Gatway
18+
- Fetch your compartment OCID and the primary endpoint of the OCI Cache Cluster
19+
20+
# License
21+
22+
Copyright (c) 2026 Oracle and/or its affiliates.
23+
24+
Licensed under the Universal Permissive License (UPL), Version 1.0.
25+
26+
See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/main/LICENSE) for more details.

0 commit comments

Comments
 (0)