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

Hugging Face
Chatbot2026

Provides a drop-in Jinja chat template for Qwen 3.5/3.6/3.8 that reduces reasoning-token waste, enforces a concise terseness system prompt, and preserves in-chat reasoning and tool-call rendering across turns. Terseness is on by default but switchable per request; no model weights are changed.

GitHub
Chatbot2026

Self-hosted sales CRM that runs native AI agents (RAG per tenant) to handle WhatsApp conversations, qualify leads, trigger automations and move deals through configurable pipelines. Multi-tenant with LGPD-minded controls and a one-command VPS installer for full data ownership.

GitHub
AI Deploy2026

Turns a PC, Mac, or Linux machine into a private AI server with one-command installers: local LLM inference, a ChatGPT-style web UI, voice, agents, RAG, workflows, image generation, hardware-aware model selection, and optional cloud/hybrid modes.