Oracle AI Vector Search SQL Functions

Oracle AI Vector utilities provide the VECTOR_CHUNKS and VECTOR_EMBEDDING SQL functions for chunking and embedding data, respectively.

For detailed information, see the following sections in Oracle Database SQL Language Reference:

  • VECTOR_CHUNKS

    The VECTOR_CHUNKS function enables you to split plain text into chunks (pieces of words, sentences, or paragraphs) in preparation for the generation of embeddings, to be used with a vector index.

  • VECTOR_EMBEDDING

    The VECTOR_EMBEDDING function enables you to generate embedding for different data types according to an embedding ONNX model.