corgy-w opened a new issue, #7526:
URL: https://github.com/apache/seatunnel/issues/7526

   ### Search before asking
   
   - [X] I had searched in the 
[feature](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22Feature%22)
 and found no similar feature requirement.
   
   
   ### Description
   
   Add embedding transform to fulfill the requirement of converting data to 
vectors
   
   Reference configļ¼š
   ```
   transform {
     Embedding {
       source_table_name = "fake"
       embedding_model_provider = QIANFAN
       model = bge_large_en
       api_key = xxxxxxx
       secret_key = xxxxxxx
       api_path = 
"https://aip.baidubce.com/rpc/2.0/ai_custom/v1/wenxinworkshop/embeddings";
       vectorization_fields {
           book_intro_vector = book_intro  # source field = taget field  , 
refer to copy transform
       }
       result_table_name = "embedding_output"
     }
   }
   ```
   
   
   ### Usage Scenario
   
   _No response_
   
   ### Related issues
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@seatunnel.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to