Sign inSign up

mrhappynice/bplus-search-docker

By mrhappynice

Updated 11 months ago

Image
0

263

mrhappynice/bplus-search-docker repository overview

v0.3

Local LLM powered private web search built in and with optional connection to SearXNG instance.

  • Free search API providers.

  • No MCP needed, custom backend, low context yayyyy

  • SearXNG optional, connect to SearXNG instance or use built-in web search, edit providers to customize

  • Run LM Studio, Ollama, etc(port 1234 and creds in .env) then run this'

  • https://github.com/mrhappynice/bplus-search

  • Run:

    docker run -d \
      --name bps-search-cont \
      -p 5566:3001 \
      -e OPENAI_API_BASE=http://localhost:1234/v1 \
      -e LMSTUDIO_API_BASE="http://localhost:1234/v1" \
      -e OPENAI_API_KEY="xxxxx" \
      -e OPENROUTER_API_KEY="xxxxx" \
      -e GOOGLE_API_KEY="xxxxx"
      mrhappynice/bplus-search-docker:latest
    
    • connect on port 5566

Tag summary

Content type

Image

Digest

sha256:84786f9ff

Size

130.6 MB

Last updated

11 months ago

docker pull mrhappynice/bplus-search-docker