Skip to content

Commit b5b0f82

Browse files
authored
Merge pull request #2232 from oracle-devrel/uschwinn-patch-35
Enhance README with Oracle AI Vector Search details
2 parents b6a29e2 + 86c7158 commit b5b0f82

File tree

1 file changed

+39
-2
lines changed

1 file changed

+39
-2
lines changed

data-platform/data-science/oracle-vector-search/README.md

Lines changed: 39 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,46 @@
11
# Oracle Vector Search
22

3-
This page covers Oracle Vector Search.
3+
Oracle AI Vector Search is designed for Artificial Intelligence (AI) workloads and allows you to query data based on semantics, rather than keywords. The VECTOR data type is introduced with the release of Oracle AI Database 26ai, providing the foundation to store vector embeddings alongside business data in the database. Using embedding models, you can transform unstructured data into vector embeddings that can then be used for semantic queries on business data. In order to use the VECTOR data type and its related features, the COMPATIBLE initialization parameter must be set to 23.4.0 or higher.
44

5-
Reviewed: 2025.09.26
5+
Reviewed: 2025.11.26
66

7+
# Useful Links
8+
9+
## Documentation
10+
11+
- [What is a Vector Database](https://www.oracle.com/database/vector-database/)
12+
- [Oracle.com](https://www.oracle.com/database/ai-vector-search/)
13+
- [Oracle AI Vector Search FAQ](https://www.oracle.com/database/ai-vector-search/faq/)
14+
- [Oracle AI Vector Search Technical Architecture](https://docs.oracle.com/en/database/oracle/oracle-database/26/vsiad/aivs_genarch.html)
15+
- [Oracle AI Vector Search User's Guide](https://docs.oracle.com/en/database/oracle/oracle-database/26/vecse/overview-ai-vector-search.html)
16+
- [Vector Search PL/SQL Packages](https://docs.oracle.com/en/database/oracle/oracle-database/26/vecse/vector-search-pl-sql-packages-node.html)
17+
- [What's New for Oracle AI Vector Search](https://docs.oracle.com/en/database/oracle/oracle-database/26/vecse/whats-new-oracle-ai-vector-search.html)
18+
- [Oracle Machine Learning AI models (Downloads)](https://adwc4pm.objectstorage.us-ashburn-1.oci.customer-oci.com/p/fU1V-voY2VBhhqMPjhCC57Up77ROK9u6GN_j3-uGi_EzIdHm9XDn-RfnZS5bV0cN/n/adwc4pm/b/OML-ai-models/o/Oracle%20Machine%20Learning%20AI%20models.htm)
19+
20+
## Blogs
21+
22+
- [Oracle Database Insider AI vector search blogs - complete list](https://blogs.oracle.com/database/category/db-vector-search)
23+
- [Getting Started with Oracle AI Database AI Vector Search](https://blogs.oracle.com/database/post/getting-started-with-oracle-database-23ai-ai-vector-search)
24+
- [Indexing Guidelines with AI Vector Search](https://blogs.oracle.com/database/post/indexing-guidelines-with-ai-vector-search)
25+
- [Using HNSW Vector Indexes in AI Vector Search](https://blogs.oracle.com/database/post/using-hnsw-vector-indexes-in-ai-vector-search)
26+
- [Using IVF Vector Indexes in AI Vector Search](https://blogs.oracle.com/database/post/using-ivf-vector-indexes)
27+
- [Using Hybrid Vector Indexes in AI Vector Search](https://blogs.oracle.com/database/post/using-hybrid-vector-indexes)
28+
- [Getting started with vectors in Oracle Database](https://blogs.oracle.com/coretec/post/getting-started-with-vectors-in-23ai)
29+
- [Hybrid Vector Index - a combination of AI Vector Search with Text Search](https://blogs.oracle.com/coretec/post/hybrid-vector-index-the-combination-of-full-text-and-semantic-vector-search)
30+
- [More Examples on Hybrid Vector Search](https://blogs.oracle.com/coretec/post/more-examples-on-hybrid-vector-search)
31+
32+
33+
## LiveLabs
34+
35+
- [AI Vector Search Livelabs - complete list](https://livelabs.oracle.com/pls/apex/f?p=133:100:101524290096807::::SEARCH:Ai%20Vector%20search)
36+
- [Oracle AI Vector Search - Basics](https://apexapps.oracle.com/pls/apex/r/dbpm/livelabs/view-workshop?wid=1070&clear=RR,180&session=123357260636138)
37+
- [Getting Started with AI Vector Search](https://livelabs.oracle.com/pls/apex/r/dbpm/livelabs/view-workshop?wid=4166&clear=RR,180&session=4085850813889)
38+
- [RAG Application using AI Vector Search in Oracle Autonomous Database and APEX](https://livelabs.oracle.com/pls/apex/r/dbpm/livelabs/view-workshop?wid=4021&clear=RR,180&session=4085850813889)
39+
- [RAG example with Oracle AI Vector Search](https://livelabs.oracle.com/pls/apex/r/dbpm/livelabs/view-workshop?wid=4127&clear=RR,180&session=4085850813889)
40+
- [Use of Graph RAG and Vector Search](https://apexapps.oracle.com/pls/apex/r/dbpm/livelabs/view-workshop?wid=3953&clear=RR,180&session=123357260636138)
41+
- [Oracle AI Vector Search - Using Vector Embedding Models with Nodejs](https://apexapps.oracle.com/pls/apex/r/dbpm/livelabs/view-workshop?wid=3926&clear=RR,180&session=123357260636138)
42+
- [Oracle AI Vector Search - Using Vector Embedding Models with Python](https://livelabs.oracle.com/pls/apex/r/dbpm/livelabs/view-workshop?wid=3928&clear=RR,180&session=4085850813889)
43+
- [Oracle AI Vector Search - Using Vector Embedding Models with JDBC](https://livelabs.oracle.com/pls/apex/r/dbpm/livelabs/view-workshop?wid=3925&clear=RR,180&session=4085850813889)
744

845
# License
946

0 commit comments

Comments
 (0)