You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: data-platform/core-converged-db/ai-vector-search/README.md
+9-3Lines changed: 9 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,9 @@
2
2
3
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 Database 23ai, 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.
4
4
5
-
If you are interested in Database 23ai, [please see our page here](https://github.com/oracle-devrel/technology-engineering/tree/main/data-platform/core-converged-db/database-23ai).
5
+
If you are interested in Database 23ai, [please see our page here](https://github.com/oracle-devrel/technology-engineering/tree/main/data-platform/core-converged-db/database-23ai).
6
6
7
-
Reviewed Date: 21.01.2025
7
+
Reviewed Date: 10.09.2025
8
8
9
9
# Useful Links
10
10
@@ -18,17 +18,22 @@ Reviewed Date: 21.01.2025
18
18
-[PL/SQL Packages and Types Reference: DBMS_VECTOR_CHAIN](https://docs.oracle.com/en/database/oracle/oracle-database/23/arpls/dbms_vector_chain1.html#GUID-D80DDBEF-F1A9-4267-9D3C-A54D237D95C1)
-[Oracle AI Vector Search FAQ](https://www.oracle.com/database/ai-vector-search/faq/)
21
+
-[What's New for Oracle AI Vector Search](https://docs.oracle.com/en/database/oracle/oracle-database/23/vecse/whats-new-oracle-ai-vector-search.html)
21
22
22
23
## Blogs & Videos
23
24
24
25
-[Oracle Announces General Availability of AI Vector Search in Oracle Database 23ai](https://blogs.oracle.com/database/post/oracle-announces-general-availability-of-ai-vector-search-in-oracle-database-23ai)
25
26
-[OML4Py: Leveraging ONNX and Hugging Face for AI Vector Search](https://blogs.oracle.com/machinelearning/post/oml4py-leveraging-onnx-and-hugging-face-for-advanced-ai-vector-search)
26
27
-[Use AI Vector Search to Build GenAI Apps with Enterprise Data| Oracle DatabaseWorld AI Edition](https://www.youtube.com/watch?v=5o5Ds8KLqVw&list=PLcFwxJMrxygALJRhZCbnjtDBYWCpWXPGz&index=3)
28
+
-[Getting Started with Oracle Database 23ai AI Vector Search](https://blogs.oracle.com/database/post/getting-started-with-oracle-database-23ai-ai-vector-search)
29
+
-[Indexing Guidelines with AI Vector Search](https://blogs.oracle.com/database/post/indexing-guidelines-with-ai-vector-search)
30
+
-[Using HNSW Vector Indexes in AI Vector Search](https://blogs.oracle.com/database/post/using-hnsw-vector-indexes-in-ai-vector-search)
31
+
-[Using IVF Vector Indexes in AI Vector Search](https://blogs.oracle.com/database/post/using-ivf-vector-indexes)
32
+
-[Using Hybrid Vector Indexes in AI Vector Search](https://blogs.oracle.com/database/post/using-hybrid-vector-indexes)
27
33
28
34
29
35
## LiveLabs Workshops
30
36
31
-
-[Oracle AI Vector Search - 15 Minute Basics](https://apexapps.oracle.com/pls/apex/r/dbpm/livelabs/view-workshop?wid=3975&clear=RR,180&session=3449305441143)
32
37
-[Oracle AI Vector Search - Basics](https://apexapps.oracle.com/pls/apex/r/dbpm/livelabs/view-workshop?wid=1070&clear=RR,180)
33
38
-[AI Vector Search - Complete RAG Application using PL/SQL in Oracle Database 23ai](https://apexapps.oracle.com/pls/apex/r/dbpm/livelabs/view-workshop?wid=3934&clear=RR,180&session=11020955624236)
34
39
-[AI Vector Search - 7 Easy Steps to Building a RAG Application using LangChain](https://apexapps.oracle.com/pls/apex/r/dbpm/livelabs/view-workshop?wid=3927&clear=RR,180&session=11020955624236)
@@ -40,6 +45,7 @@ Reviewed Date: 21.01.2025
40
45
41
46
-[Getting started with vectors in 23ai](https://blogs.oracle.com/coretec/post/getting-started-with-vectors-in-23ai)
42
47
-[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)
48
+
-[More Examples on Hybrid Vector Search](https://blogs.oracle.com/coretec/post/more-examples-on-hybrid-vector-search)
0 commit comments