Index SDK Uninstallation
The uninstallation involves the deletion of the installation directory. If other files exist in the directory, they will also be deleted. Before this operation, ensure that all data is properly processed.
You need to manually delete the operator files. In addition, you need to delete the retrieval-related operator files. {ASCEND_OPP_PATH} is the environment variable directory set when installing Index SDK.
- For versions earlier than Index SDK 5.0.0, the operator file installation directories are ${ASCEND_OPP_PATH}/op_impl and ${ASCEND_OPP_PATH}/op_proto.
- For Index SDK 5.0.0 and later, the operator file installation directory is ${ASCEND_OPP_PATH}/vendors/mxIndex.
You can run the ./custom_opp_{arch}.run --list command to view operator files.
Procedure
- Go to the installation directory mxIndex-{version}.
cd mxIndex-{version} - Go to the script directory.
1cd script
- Grant the execute permission on the uninstall.sh file and execute it for uninstallation.
1 2
chmod u+x uninstall.sh ./uninstall.sh