Search vs Deepsearch vs Deep Research

Search vs Deepsearch vs Deep Research

Rost Glukhov | Personal site and technical blog

I have been testing the #perplexica #ai search engine in docker with a local #ollama instance. The results are quite impressive when setting it for quality answers. Can take a while to generate but good to start and do something else in the meantime

https://github.com/ItzCrazyKns/Perplexica

GitHub - ItzCrazyKns/Perplexica: Perplexica is an AI-powered answering engine.

Perplexica is an AI-powered answering engine. Contribute to ItzCrazyKns/Perplexica development by creating an account on GitHub.

GitHub

Yay, #Perplexica worked with #Ollama even on very weak test #hardware ✨ 💫

I used the Ollama huihui_ai/fara-abliterated:latest model for that. It is still slow AF, but it works!  The proof of concept is alright ✅ I also have strong hardware; I just had to test to see if it works. Yet, there is some Ollama or startup bug inside Perplexica. It's a little bit of #reconfiguration wiring to get that stuff working.

(1/2)

We've Reached The #End Of The #Internet... #someordinarygamers #yt #Perplexica #security #privacy

https://youtu.be/24VsXko687I

https://softwarehouse.au/blog/perplexica-ai/

https://github.com/ItzCrazyKns/Perplexica

Ollama & Docker are pre requisites

curl -fsSL https://ollama.com/install.sh | sh # also models!

curl -L get.docker.com | sudo bash

or

apt-get install -y uidmap

curl -fsSL get.docker.com -o get-docker.sh

CHANNEL=stable sh get-docker.sh

sudo usermod -aG docker $USER #logout & log in

dockerd-rootless-setuptool.sh install

We've Reached The End Of The Internet...

YouTube
Das ist ja geil. Quasi #perplexityai nur lokal, energiesparender und privat auf meinen Geräten.

#Perplexica

https://github.com/ItzCrazyKns/Perplexica
GitHub - ItzCrazyKns/Perplexica: Perplexica is an AI-powered answering engine.

Perplexica is an AI-powered answering engine. Contribute to ItzCrazyKns/Perplexica development by creating an account on GitHub.

GitHub

Perplexica is a system similar to Copilot and Perplexity.ai.

And you can self-host this alternative right now!

You know:

- You ask a question
- AI searches the internet
- Then AI summarises all it has found
- Then presents the result with the references to original web sites
- Also a list of images and youtube videos on the right
- Also follow-up questions ready for you to click, if you'd like to explore the topic a bit more

BUT: Instead of calling copilot or perplexity.ai and telling all the world what you are after,
you can now host similar service on your own PC or laptop!

https://www.glukhov.org/post/2024/08/selfhosting-perplexica-ollama/

#AI #LLM #perplexity.ai #perplexica #ollama #selfhosting

Self-hosting Perplexica - with Ollama

Selfhosting Perplexica - Install and config with Ollama - step by step instructions

Rost Glukhov | Personal site and technical blog
Trying out #Perplexica ( #opensource alternative to perplexity) It's a bit slow with llama3:8b in my machine, but it's fast enough to use. I might need some prompting to adjust the result. Let's see if this can replace my perplexity subscription. I'm not a super user so the goal isn't so high
GitHub - ItzCrazyKns/Perplexica: Perplexica is an AI-powered answering engine.

Perplexica is an AI-powered answering engine. Contribute to ItzCrazyKns/Perplexica development by creating an account on GitHub.

GitHub
#Perplexica is a #selfhosted #AI search engine
See how to install it, how it compares to other engines and how to choose right #LLM for Perplexica
https://glukhov.au/posts/2024/perplexica/
Perplexica - locally hosted AI search engine

Opensource AI search engine,how to setup, which model to use and comparing to others

Rost Glukhov. Personal Site.
Choosing best LLM for Perplexica

Testing llama 3.1, mistral nemo, gemma 2, qwen2, phi 3 or command-r - suitability for Perplexica

Rost Glukhov | Personal site and technical blog