- Notifications
You must be signed in to change notification settings - Fork85
feat: add perplexica module#596
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Conversation
- Docker-based module running Perplexica with embedded SearxNG- Support for OpenAI and Anthropic API keys- Optional Ollama endpoint for local LLMs- Configurable mount paths for data and uploads persistence
matifali commentedDec 11, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
May be add an example to configure this with AI Bridge, too. 😉 |
mtojek commentedDec 12, 2025
@matifali Definitely a great idea! I'm happy to do this in a follow-up 👍 |
DevelopmentCats commentedDec 15, 2025
Pulling to test now so we can get this merged 😸 |
DevelopmentCats left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
LGTM
DevelopmentCats commentedDec 15, 2025
The only thing we need on this before we merge is for the icon to be added to |
mtojek commentedDec 16, 2025
@DevelopmentCats Thanks a ton for the review! Here comes the icon:coder/coder#21289 |
146540c intomainUh oh!
There was an error while loading.Please reload this page.
Description
Perplexica is a privacy-focused AI search engine, in your Coder workspace. It supports cloud providers (OpenAI, Anthropic Claude) and local LLMs via Ollama.
This module uses the full Perplexica Docker image with embedded SearXNG for a simpler setup with no external dependencies.
Type of Change
Module Information
Path:
registry/coder-labs/modules/perplexicaNew version:
v1.0.0Breaking change: [ ] Yes [x] No
Testing & Validation
bun test)bun fmt)Local testing