File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
data-platform/core-converged-db/ai-vector-search/files Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
REM load a vector embedding model into the database: we can load a ONNX model inside the database using DBMS_VECTOR package
2
2
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
+ */
7
8
8
9
-- connect to the VECTOR_USER
9
10
You can’t perform that action at this time.
0 commit comments