chat-server

Usage: nsd chat-server [-hV] [--[no-]console] [--[no-]exact] [--distance-threshold=<distanceThreshold>] [--http-host=<httpHost>] [--http-port=<httpPort>] [--http-server-shutdown-timeout=<timeout>] [--number-of-items=<numberOfItems>] <index> <textMap> Serves HTTP routes for AI chat <index> Index file <textMap> Text map --[no-]console If true, starts a console and waits for the exit command, otherwise creates a shutdown hook disposing the server --distance-threshold=<distanceThreshold> Distance theshold, results with the distance above the threshold are discarded. If there are no results below the threshold 'No matches' is displayed in the chat Defaults to 0.25 --[no-]exact If true (default) the index is exact Set to false if you have a large number of index entries to improve performance -h, --help Show this help message and exit. --http-host=<httpHost> HTTP host (network interface) to bind to --http-port=<httpPort> HTTP port. If a port is not specified, an ephemeral port is used --http-server-shutdown-timeout=<timeout> Timeout in seconds, defaults to 3 seconds --number-of-items=<numberOfItems> Number of semantic search items to return Defaults to 10 -V, --version Print version information and exit.