Embed the data using inference endpoints and then insert the data into the table. The embedding is generated from the embedding source and stored in the embedding target column.
v2 변경사항:
embedding_config만 지원 (필수)embedding_target 방식은 미지원 (사용 시 에러 반환)Bearer token authentication. Include the token in the Authorization header as 'Bearer
List of Data that will be inserted into the table.
Name of the column to get text for embedding. ex) text, metadata, etc.
Embedding type to use. "dense" or "sparse".
Name of the column to store the embedding vector. The embedding vector generated from the embedding source will be added to the column specified by the embedding target. The embedding target column must be a vector column. ex) feature, embedding, etc.