Convert Text to Chunks With Custom Chunking Specifications
A chunked output, especially for long and complex documents, sometimes loses contextual meaning or coherence with its parent content. In this example, you can see how to refine your chunks by applying custom chunking specifications.
Here, you use the VECTOR_CHUNKS
SQL function or the UTL_TO_CHUNKS()
PL/SQL function from the DBMS_VECTOR_CHAIN
package.
Note:
This example shows how to apply some of the custom chunking parameters. To further explore all the supported chunking parameters with more detailed examples, see Explore Chunking Techniques and Examples.Related Topics
Parent topic: Perform Chunking With Embedding