Skip to content

stone-lyl/lobchat-searxng-search-plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LobeChat SearxNG Search Plugin

Bun License: MIT

A LobeChat plugin that enables web searches through SearxNG instances, providing AI-powered analysis of search results.

Features

  • 🔍 Web search powered by SearxNG
  • 🧠 AI analysis of webpage content
  • 🔒 Self-hostable solution
  • 🌐 Global real-time information

Installation

  1. Clone the repository:
    git clone https://github.com/stone-lyl/lobchat-searxng-search-plugin.git
  2. Navigate to the repository:
    cd lobchat-searxng-search-plugin
  3. Install dependencies:
    bun install
  4. Start the development server:
    bun run dev
  5. deploy the plugin in docker: using the Dockerfile provided.

Usage

  1. Open the LobeChat web app:

  2. Add the plugin:

    • Click on the "Plugin Store" button.
    • Select "LobeChat SearxNG Search Plugin" from the list.
  3. You should configure your SearxNG settings.yml to allow JSON formats.SearxNG Settings

  4. Enter the BASE_URL for your SearxNG link

    Image description
  5. Open the LobeChat conversation interface to use it.

lobechat-searxNG.mp4

Prerequisites

  • Bun v1.1.4 or later
  • Node.js v18+
  • Docker (optional)

About

Plugin to search the web for LobeChat

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 94.4%
  • Dockerfile 5.6%