How can I automate text-to-vector embedding within PolarDB MySQL to PolarSearch synchronization flow?
22:16 20 Jan 2026

I have some text data in PolarDB MySQL and want to analyze these texts. Currently, the text data is synchronized to PolarSearch for further analysis (e.g. full-text search) via AutoETL, a feature the product provides.

However, I would like to convert these texts into vectors for semantic search, and now I have to write external python scripts for this transformation first, and then insert vectors back to PolarSearch, which breaks the automated synchronization flow. Does PolarDB support native text-to-vector embedding directly within the AutoETL to eliminate this manual step?

polardb