Skip to content

Commit b3c2718

Browse files
authored
Update 2_load_vector_embedding_in_db.sql
changed link
1 parent e3886af commit b3c2718

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

data-platform/core-converged-db/ai-vector-search/files/2_load_vector_embedding_in_db.sql

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
REM load a vector embedding model into the database: we can load a ONNX model inside the database using DBMS_VECTOR package
22

3-
/* The ONNX file in this example was generated by Oracle OML4Py utility from the all-MiniLM-L6-v2 sentence transformer model.
4-
It can be downloaded [here](https://objectstorage.eu-frankfurt-1.oraclecloud.com/n/fro8fl9kuqli/b/AIVECTORS/o/all-MiniLM-L6-v2.onnx)
5-
Copy the all-MiniLM-L6-v2.onnx file to the path corresponding to the DM_DUMP directory.*/ 
6-
3+
/*
4+
The ONNX file in this example was generated by Oracle OML4Py utility from the all-MiniLM-L6-v2 sentence transformer model.
5+
It can be downloaded from https://objectstorage.eu-frankfurt-1.oraclecloud.com/n/fro8fl9kuqli/b/AIVECTORS/o/all-MiniLM-L6-v2.onnx
6+
Copy the all-MiniLM-L6-v2.onnx file to the path corresponding to the DM_DUMP directory.
7+
*/ 
78

89
-- connect to the VECTOR_USER
910

0 commit comments

Comments
 (0)