How can I automate text-to-vector embedding within PolarDB MySQL to PolarSearch synchronization flow?
Summary The question revolves around automating text-to-vector embedding within the PolarDB MySQL to PolarSearch synchronization flow. Currently, the user has to write external Python scripts to transform text data into vectors, which breaks the automated synchronization flow. The goal is to determine if PolarDB supports native text-to-vector embedding directly within the AutoETL feature. Root Cause … Read more