How we can convert big data file into single vector chunk
Is there any way to convert complete CLOB data into single vector chunk. if yes which function we can use to convert.
Currently i am using TO_VECTOR(VECTOR_EMBEDDING(doc_model1 USING c.chunk_text as data)) as chunk_vector but it only support VARCHAR data so it support only 4000 char data which needs file to chunk.
Tagged:
0