Skip to content

Commit 2c014d1

Browse files
authored
Create README.md
Readme for the AI Vector Search Assets
1 parent babe8ed commit 2c014d1

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# AI Vector Search
2+
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+
5+
Reviewed Date: 17.07.2024
6+
7+
# Useful Links
8+
9+
## Documentation
10+
11+
- [Oracle.com](https://www.oracle.com/database/ai-vector-search/)
12+
- [Oracle AI Vector Search User's Guide](https://docs.oracle.com/en/database/oracle/oracle-database/23/vecse/overview-ai-vector-search.html)
13+
- [PL/SQL Packages and Types Reference: DBMS_VECTOR](https://docs.oracle.com/en/database/oracle/oracle-database/23/arpls/dbms_vector1.html#GUID-F9FCB225-821A-4CCA-92B5-58B9927234FA)
14+
- [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)
15+
- [Oracle AI Vector Search FAQ](https://www.oracle.com/database/ai-vector-search/faq/)
16+
17+
## Blogs & Videos
18+
19+
- [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)
20+
- [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)
21+
- [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)
22+
23+
24+
## LiveLabs Workshops
25+
26+
- [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)
27+
- [Oracle AI Vector Search - Basics](https://apexapps.oracle.com/pls/apex/r/dbpm/livelabs/view-workshop?wid=1070&clear=RR,180)
28+
- [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)
29+
- [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)
30+
31+
32+
# Team Publications
33+
34+
- [Getting started with vectors in 23ai](https://blogs.oracle.com/coretec/post/getting-started-with-vectors-in-23ai)
35+
36+
# License
37+
38+
Copyright (c) 2024 Oracle and/or its affiliates.
39+
40+
Licensed under the Universal Permissive License (UPL), Version 1.0.

0 commit comments

Comments
 (0)