From d3afaf234c61c3dc89e979ddf548788a8f2de721 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Thu, 15 May 2025 23:13:58 -0500 Subject: [PATCH] adding json to searx for RAG in open-webui --- modules/searx.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/searx.nix b/modules/searx.nix index abccdc7..463ee0d 100644 --- a/modules/searx.nix +++ b/modules/searx.nix @@ -13,6 +13,7 @@ with lib; server.port = 8085; server.bind_address = "0.0.0.0"; server.secret_key = "cc842bf5ef8c5c7ec04dd29e1f4815bc6ac6c0bcb806b5185d035331bcec58bf"; + search.formats = [ "html" "json" ]; # engines = lib.singleton # { name = "wolframalpha";