Re-Isearch

Novel multimodal search and retrieval engine

This project is funded by NLnet through these subgrants:

Options

programs.re-isearch.enable

Whether to enable re-Isearch.

Type:
boolean
Default:
false
programs.re-isearch.package

The re-isearch package to use.

Type:
package
Default:
pkgs.re-isearch

Examples

  • { ... }:
    {
      programs.re-isearch.enable = true;
    }