Files
2025-03-17 13:55:33 +08:00

675 B

SearXNGSearch

NextChat plugin that connects the model and SearXNG search engine.

Schema

openapi.json

Servers

You can use one of the public instances: Public SearXNG Instances Or use your own instance (recommended). Either way you will need to modify openapi.json:

  "servers": [
    {
      "url": "https://YOUR_SEARXNG_INSTANCE_URL",
      "description": "SearXNG instance URL."
    }
  ],

Operations

  1. SearXNGSearch

GET /search

Authentication

type: none

Preview

Tested with local docker deployment on Mar.17 2025, using a private searxng instance.