Skip to content

LUNA Index Module v.5.88.0#

LIM changes

  • Support for 65 neural network model for extracting face descriptors has been supported.

    The model is not included in the default distribution package. You need to request it and add it to the container separately.

  • Now Redis in the LUNA Index Module delivery is password protected.

    The password is passed when starting the Redis container in the Docker Compose script. Also, in the documentation, the default password has been passed to the Redis container startup command.

    Since some of the LUNA Index Module settings require authentication to Redis, and Redis is now password-protected by default, when upgrading, you must requiredly add a password to the following settings:

    • LIM_MANAGER_DB
    • LIM_MATCHER_DB
    • LUNA_INDEXED_LIST_PLUGIN

    Otherwise, the services will not start

    For the initial installation, adding a password is not necessary if the lim_settings.json dump file from the distribution is loaded (it is done in the Docker Compose script).