AI Search Engine
AI Search Engine osFoundry community catalog में एक app है। Perplexity-style AI search engine — web search + LLM summarisation + citations. Uses SearXNG (self-hosted privacy-respecting search aggregator) for the web crawl + your choice of LLM (Ollama, OpenAI, Anthropic, Groq) for the answer generation. Powered by Perplexica. इसे एक self-contained all-in-one image के रूप में भेजा जाता है, जिसमें bundle है Perplexica and SearXNG.
विवरण
- Workspace: osfoundry
- Category: COMMUNICATION
- मूल्य: Free
- Access: Community
Documentation
Documentation को upstream project द्वारा अंग्रेज़ी में मेंटेन किया जाता है।
# AI Search Engine
Self-hosted Perplexity-style AI search, powered by Perplexica.
## How it works
1. You type a question
2. **SearXNG** (self-hosted, bundled) aggregates results from Google / DuckDuckGo / Wikipedia / etc. (without sending your query to a tracker)
3. The top results are scraped, chunked, and passed to your **LLM of choice** along with the query
4. The LLM writes an answer **with citation links** back to the source results
## Bring your own LLM
Settings → API Keys: wire OpenAI, Anthropic, Groq, or point at a local Ollama. Embeddings provider also configurable (OpenAI, local Ollama).
## Modes
- **Web search** (default)
- **Academic** (arXiv, Google Scholar, PubMed via SearXNG)
- **YouTube** (search + transcript-aware answers)
- **Reddit** (community discussion answers)
- **Writing assistant** (no search, just chat)
## Packaging
All-in-one build: Perplexica (Next.js) + bundled SearXNG (Python) + Redis (SearXNG cache) under one supervisor on a persistent volume. SearXNG secret key generated on first boot.
osFoundry में AI Search Engine का उपयोग कैसे करें
एक क्लिक में AI Search Engine को अपने workspace में install करें, फिर अपने stack के लिए prompts, tools, या configuration को customise करने के लिए इसे osStudio में fork करें। आपके workspace का कोई भी सदस्य वहीं से आगे बढ़ा सकता है जहाँ आपने छोड़ा था।
Community से अन्य apps
- CRM — Contacts, deals, और pipeline tracking के साथ customer relationship management।
- Kanban Board — एक Trello-style kanban and project board के साथ cards, boards, calendar and table views, and per-board properties. Powered by Focalboard (standalone personal server). Embedded SQLite एक persistent volume पर.
- Helpdesk — SLA tracking के साथ ticket triage और customer support inbox।
- Page Builder — Visual drag-and-drop page builder के साथ sections, themes, SEO, and publishing
- Website Builder — Multi-page website builder के साथ CMS collections, global navigation, footer, themes, and publishing
- Storefront — Product catalog, cart, और checkout के साथ e-commerce storefront।