AIAny
Chatbot2024
Icon for item

Perplexica (Vane)

Self-hostable answer engine that pairs SearxNG web search with a local (Ollama) or cloud LLM to return cited answers on your own hardware. An open-source Perplexity alternative with Speed, Balanced, and Quality modes plus image, video, and file search.

Introduction

Most "AI search" tools quietly route your queries through a vendor's servers and a vendor's index. This project inverts that: the entire retrieve-then-reason loop can run on a machine you own, with a self-hosted SearxNG doing the crawling and an Ollama model doing the reasoning. The insight is that a good answer engine is mostly plumbing — query rephrasing, source ranking, and citation — and none of that strictly requires a hosted black box (the project was recently renamed from Perplexica to Vane).

What Sets It Apart
  • Bring-your-own-everything: a self-hosted SearxNG meta-search feeds any LLM, local (Ollama) or cloud (OpenAI, Claude, Groq, Gemini), so you control both the index and the model rather than a single vendor.
  • Three explicit tiers — Speed, Balanced, Quality — instead of one opaque pipeline, letting you trade latency for how many sources get fetched and reranked per query.
  • Switchable sources — web, academic papers, and discussions — plus image/video search and file upload, so one deployment covers more than plain text Q&A.
  • Citations are first-class, which matters more here than in hosted tools: you can drop in a weaker local model and still verify every claim against its sources.
Who It's For

Great fit if you want a Perplexity-style experience without leaking queries to a third party, already run Ollama, or need a search layer you can embed and customize. Look elsewhere if you want a zero-setup hosted product — you will be running Docker, SearxNG, and a model yourself — or if you need the breadth of a frontier hosted index, since answer quality is bounded by your configured SearxNG engines and the model you pick.

Information

  • Websitegithub.com
  • AuthorsItzCrazyKns
  • Published date2024/04/09

Categories

More Items

GitHub

Runs a self-hosted meeting bot and transcription API that joins Google Meet, Teams and Zoom and streams speaker-attributed transcripts in real time. Compiles meetings into a git-backed Markdown workspace and runs sandboxed agents on your infrastructure; Apache-2.0 and air-gap capable.

GitHub
Chatbot2022

Connect LLMs to major chat platforms so teams can build, deploy, and operate multi-platform AI chatbots and agents. Provides multi-platform adapters, a plugin marketplace, an MCP server and built-in RAG plus production features like access control, rate limiting and monitoring.

GitHub

Exposes a self-hosted WhatsApp HTTP/REST API that runs a real WhatsApp Web instance so apps and AI agents can read/send messages, manage contacts, and automate flows. Offers three engine modes (WEBJS, NOWEB, GOWS), Docker images, and MCP support; relies on WhatsApp Web so blocking risk exists.