MySQL :: MySQL AI 9.6 :: 5.6.3 Updating a Vector Store
mysql SET @options = JSON_OBJECT( schema_name , demo_db , table_name , demo_embeddings ); To append a new file from the local filesystem, use the VECTOR_STORE_LOADroutine: mysql CALL sys.VECTOR_STORE_LOAD( file://FilePath , @options); ReplaceFilePathwith the file path. For example: mysql CALL sys.VECTOR_STOR...